Answer Posted / kishan
Here are the ways to acheive synchronization
1. Wait(n)
2. WaitProperty("prop. Name","Property value",time in
millisec)
3. Exist(n)
4. Page synchronization using
Browser("A").Page("B").sync()
5. Object Synchronization timeout
(File > settings > Run)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what type of automation is follwed in the project?
How can i get the image text that changes dynamically? Here i have used "GetROProperty", but it's not working. I used like Ex:Browser("webmail").Page("inbox").image ("captchaimage).getroproperty("innertext/text/value")
Can we call qtp test from another test using scripting. Suppose there are 4 tests and I want to call these tests in a main script. Is this possible in qtp?
what is the hierarchy to use properties in descriptive programming
How to creating an output value using quicktest professional?
What is the difference between Keyword Driven test and Data Driven test?
Can an action have 2 shared object repositories associated with them? In that case, if two of them contain the same object, which one will be considered?
When should I use smart identification?
What are the 3 main stages involved in testing with qtp?
There is an built in window application in qtp9.1,i.e.Flight4.0.i want to implement the recovery maneger on it.How can i do this?
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.
What are parameterizing tests?
Explain the types of object repository?
How many lines of code in each script of QTP?
How to use the object spy in quicktest professional 8.0 version?