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 |
Hi This is tanya actually im facing problem in Qtp actully some time QTP doesnot recoznise the recorded object due to which script is going to fail.so can you tell me how we can handle this situation and i have another concerened issue is that at the time of run New errors comes every time so how we can handle this sitauation how we can add Recovery scenarios to the script.some time application runs successfully and some time it produces new error thats why i am facing lot of problem please give me the sugeestion as soon as possible.
how to post xml data from QTP scripts to any application?
How do you create new test sets in td?
How can I use Call dlls in QTP ?
how will we run batch tests in qtp what is the process to run the multiple test sets?
What is the logic for reading(exporting)the data from flat files to QTP?Can anyone explain me with an example? I appreciate it!!! Thanks!!! Prasanna
what time u r using data driven test in ur app"
what is the framework followed by ur company in qtp
waht is the difference between QTP 8.2 and 9.0 version
15 Answers AppLabs, CTS, Polaris,
difference between GetROProperty and GetTOProperty
What is the function of Filter in QC . give with a real time example.
Is it possible to call out to Java from QTP?