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
banking domain description for software tester for interview
how to prepared for first for the first interview?
What is RTM (require ment tracebulity marix) fromate?
Explain the types of properties that quick test learns while recording?
If you have two monitors one is of 19inch and the 2nd one is of 24inch,if you want to write same QTP script in both the two monitors is there any changes required in the script?
write a script to verify the image path(src property) of the images which are in web pages.
how can we compare descriptive programing with a regular expression
How to execute a winrunner script in quicktest professional (qtp)?
How to creating an output value using quicktest professional?
What is keyword driven framework?
What are the two types of repositories available, explain them?
What are the steps involved in recovery scenario wizard?
Hi can anybody send me the QTP material, To my email ID: nuve1284@gmail.com ?
How will you report the bug and explain the defect tracking sheet you handled?
What is action split and the purpose of using this in qtp?