How to Synchronize the Browser at Field level? For example
if you put Browser.sync(), its waiting upto for that
Browser sync only. It should wait total Browser get upload
with fields.
Answers were Sorted based on User's Feedback
Answer / vinod kumar
Browser("creationtime:=0").Object.ReadyState ' readystate should be 4
Browser("creationtime:=0").Object.Busy ' busy should be False
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / hemakumar.m
Dim oLinkDes
Set oLinkDes=Description.Create()
oLinkDes("micclass").value="Link"
oLinkDes("name").value="LogIn"
Browser("title:=.*").Page("title:=.*").Link(oLinkDes).Exist
(6)
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / pramod k sirotia
To Sysnchronize the Browser at Field Level you need to
right the code as below:
Browser("Browser").Page("Page_Name").Sync 'instead of page
you may spcifed any test object.
Browser.Sync() this code will wait upto for that Browser
Sync only.Moreove if you want to sync browser with Fields
Use above example.
Thanks & Regards:
Pramod K Sirotia
pramod.sirotia@gmail.com
| Is This Answer Correct ? | 1 Yes | 3 No |
Explain about the Test Fusion Report of QTP ?
How Can I automate PDF forms using QTP9.2 ?
I am using environment variable xml to give credenatials for login into unix. Is there any way we cam mask the password in the xml?
What are the drawbacks of QTP?
Hi, I am learning QTP. can someone please tell me a site from where i can learn QTP scripting Thanks in advance
What r steps to migrate from Manual testing to QTP?(IN BOTH WEB BASED AND WINDOWS APP)
In qtp, how you can exit for loop?
whenever U using QTP,Test Director, Why we using separate Bug tracking tool?
How to call a function in QTP?
Explain the concept of object repository & how QTP recognises objects?
hi what is the use of "dim" in automation objective model or any where what is the use of "dim" plz tell me
Explain the concept of object repository & how qtp recognizes objects?