-
Junior Member
Unable to analyse the test result
When I ran a QTP script, test result gives failed steps wherever there is sync page.
It says Object does not support this property Browser().Page().sync. This page and browser has been captured in the object repository. This script did not show this failed step when I ran it previous day. Please give suggestion, why is it showing this message and how to take care of it.
Thanks in advance,
Tulip
Last edited by Anshoo_Arora; 04-20-2008 at 06:59 PM.
-
Moderator
Re: Unable to analyse the test result
Try this:
Browser("index:=").Page("micclass:=Page").Sync
or
Browser("micclass:=Browser").Page("micclass:=Page").Sync
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules