How to Synchronize the Browser at Field level?
For example if you put Browser.sync(), it will wait upto
for that Browser sync only. But It should wait upto total
Browser get uploaded with all fields.
Note : We don't know Which fields will come in that
Browser. Means without knowing field names.
Answer / harsha
Call AppBusyStatus(1)
Public Function AppBusyStatus(intCreationTime)
Do While Not (Browser("Creation
time:="&intCreationTime").Object.Busy)
Loop
This will work better. We are using this in our real time
project
| Is This Answer Correct ? | 1 Yes | 0 No |
How to give Table check points?
What's QuickTest Window?
what are the principles of good testing scripts for automation?
how can i parameterize a login page by using database parameterization i fetch the username and password from database and put this on login page and click on ok button. so how can we write script for that code please let me know asap thanks
In QA Testing when do you use Loadrunner vs QTP? What are the main differences between those two tools? Explain the purpose with real world scenario examples...In advance thank you!!!
When can shared object repository fails?
What is keyword driven Testing Framework. Anybody can explain it in details... Pls anybody can give the answer.. Thanks in advance...
In QTP 8.2 there are lot of check points is this same in latest version QTP 9.5 ?
how to add run-time parameter to a datasheet?
1 Answers Mphasis, Ordain Solutions,
How you know that a test case is a regression test case
How can I find out the cursor position through QTP suppose I am keep tabbing(Pressing the tab key continuously) and stoped at a position Now I want to find out where the cursor position is
How do know the number of browsers opened?