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 |
Which line will be executed 1-B(DP).P(OR.link(DP) 2-B(OR).P(Or).Link(DP)
How will u test content of an web application with out using chechpoints in QTP 9.2?
I used Child objects to get the count of the no of weblist present in the page.now i need to select the item in the weblist..Please send me full code
If you have given 1000 manual test scripts, what test you will do? and how?
When QTP object wait time is 10 seconds, and in test script wait time is 5 seconds and in function library wait time is 2 seconds how much time does the wait occur? or which is given priority.
How do you invoke an application using the step generator in qtp?
How can the expected image for a bitmap checkpoint be recaptured in QTP
What is the extension of 'Log file' in QTP
Discuss QTP Environment.
how to add a runtime parameter to a data sheet?
Among the 3 Recoring modes,Standard, Analog and Low Level. which one is mostly used. I know that Analog id used for Graphs, Digital Signatures and Barcoding. so, which one among the 2?
difference between GetROProperty and GetTOProperty