Answer Posted / deven
Three methods are available in QTP for Synchronization
WaitProperty – method is used to instruct QTP to wait the
execution process until it
matches with the object property value based on the
specified time.
E.g. Browser("Welcome: Mercury
Tours ").WaitProperty "name","Welcome: Mercury Tours", 5000
name - property name
Welcome: Mercury Tours - property value
5000 - number of milli seconds to wait
Wait – method is used to instruct the QTP to wait the
execution process based on
the specified time only but not on any condition
E.g. Wait 5 (or) Wait(5) ‘5 Seconds
Exist – method is used to instruct QTP to wait the
execution process based on the
specified time and returns Boolean value as per the object
existence
E.g. var_Exist = Browser(“Welcome: Mercury Tours”).Exist
(5) ‘5 seconds
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
wht is Manual Testing Frame work. Pls anybody can give appropriate answers
How would you directly trigger javascript in a test?
how to test use the quality control .how to verify the image verification
what is the diffrence bw qtp architectute and qtp framework?
What is the pros and cons between QTP and Rational Robot
Hi, Can we open a test in qtp10 which is saved in qtp 9.2?
what is the mail use of frame work(with detail). architecture for keyword driven frame work
what type of framework u r using in ur organization
Hybrid framework supports Descriptive programming. Is it true?
What will be happen if i load object repository at run time, but it has already associated.
What are the different ways to invoke an application using QTP?
How to find Operating system information using QTP script?
hi all can anyone explain how to write the code for finding the mandatory columns in table which are having (red*) (red Astrik)
What is the extension of the recovery scenario file in qtp?
What kinds of security (firewalls, encryptions, passwords, etc.) will be required and what is it expected to do? How can it be tested?