what is Synchronization point in QTP?Can anybody give a
perfect example on it
Thanks in advance
Answer Posted / nalini
Synchrozination point used to instruct QTP to pause the
test until a particular object property achieves the value
you specify. QuickTest generates a WaitProperty statement
in the Expert View. For example, if you want the run
session to wait up to 10 seconds for the "Flight
Confirmation #" field get visible (true), you insert the
following statement:
Browser("Welcome: Mercury Tours").Page("Flight
Confirmation: Mercury").WebElement("Flight Confirmation
#").WaitProperty "visible", true, 10000
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Why is Client side image is preferred over server side image?
What are the differences between quicktest professional and winrunner?
Excel sheet having some datas and some datas present in the application (in table). How will you compare these two datas? Write code to fetch datas from Excel sheet.
What is the default add-ins in qtp?
How to handle the exceptions using the recovery scenario manager in qtp?
Which scripting language used by quicktest professional (qtp)?
how to use the QTP choose the data from oracle? e.g. i input the identity card NO. this will be add new record in the database ,and now i want get this record's prime key.
what is review
Explain how Does Run time data (Parameterization) is handled in QTP?
how interviews will be on QTP?
What is TOM in QTP?
can any one please tell me which is the best institute in Bangalore to learn QA (crash course)? Thanks
How to handle dynamic objects in quicktest professional (qtp)?
Hi all can any one give me roles and responsibilities for QTP (not WINRUNNER)
How to analyzing test results using quicktest professional?