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



How to Synchronize the Browser at Field level? For example if you put Browser.sync(), its waitin..

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

How to Synchronize the Browser at Field level? For example if you put Browser.sync(), its waitin..

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

How to Synchronize the Browser at Field level? For example if you put Browser.sync(), its waitin..

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

Post New Answer

More QTP Interview Questions

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.

2 Answers  


how to post xml data from QTP scripts to any application?

0 Answers  


How do you create new test sets in td?

0 Answers  


How can I use Call dlls in QTP ?

0 Answers  


how will we run batch tests in qtp what is the process to run the multiple test sets?

3 Answers  


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

1 Answers  


what time u r using data driven test in ur app"

6 Answers   Accenture, IBM,


what is the framework followed by ur company in qtp

5 Answers  


waht is the difference between QTP 8.2 and 9.0 version

15 Answers   AppLabs, CTS, Polaris,


difference between GetROProperty and GetTOProperty

3 Answers   Wipro,


What is the function of Filter in QC . give with a real time example.

1 Answers   TCS,


Is it possible to call out to Java from QTP?

2 Answers  


Categories