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 |
i have an external excel datasheet where it only contains 3 rows. after qtp executed the code to import the datasheet, the datatable getrowcount method now gives me a different value, lets say 60,000+ instead of only 3. i did not have any values starting from row 4 of my excel file. why is this happening? this also results to the qtp report to load for a very long time.
How to create a Runtime property for an object in QTP?
What is the use of sendkeys.In which cases we Use this sendkey.Pls explain with example.
Hi,How to write regular expression for inbox(10) {here 10 is changing while playback}.tell me the pettern.
DIFFERENT RUN MODE IN QTP..1-VERIFY MODE 2-UPDATE MODE 3- dEBUG MODE. My question is in whic sitution we use these modes Explain me with example
Explain about business process component? types and usage?
Explain different types of checkpoints?
What are the steps involved in the recovery scenario wizard?
what is action in QTP?
What is the entry criteria and exit criteria for your test automation
How to save your test using quicktest professional (qtp)?
if there is a web table of having row and colmns.a button is placed at 2nd row's 3rd column which is worked for both edit and delete..how to write script for the button to test both operation on the web table using desriptive programing.. plz help me on script wheather using getroproperty Q2)what is the command for taking valiue from a web table in qtp