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 |
Hi Guys, I tried to install java add-in for QTP 9.5 after the whole installation but it didn't install but then i also found in documentation saying that winrunner7.6 patch for java plugin would work fine with QTP. But when i tried to install from winrunner7.6 it asks me for the path of winrunner So my question is are we supposed to install winrunner for java add in to work on QTP. Please suggest me
1.how can we report the QTP test result in a different excel sheet 2.
iam working in QTP for 2+ of exp if i attend the interview what r questions asked in perfomence testing{loadrunner} ? pls any one can say answer to this question?
What is the difference between per-action and shared?
Explain QTP using different development techniques ?
give the code to count child objects (Total) in the page
How do u write a regular expression for date (dd/mm/yyyy) field ?
what is Automation frame work and how do u used this for your project?
assume i have few url link how will i dynamically call then using descriptive programming?
what is the syntax or command in vbscript to display user message example i want to display "welcome to QTP".
Is there any pdf or online book for QTP Scripting? Let me know more about QTP Scripting.
How to convert QTP's ObjectRepository.mdb file to xml file