Answer Posted / moreshwar deshmukh
Synchronization :- When you run tests, your application may
not always respond with the same speed. For example, it
might take a few seconds: for a progress bar to reach 100%
for a status message to appear for a button to become
enabled for a window or pop-up message to open
You can handle these anticipated timing problems by
synchronizing your test to ensure that Quick Test waits
until your application is ready before performing a certain
step.
Wait:- QTP waits for 10 seconds till the button exists in
the page. The script proceeds if the button even exits
before 10 seconds unlike wait() statement – it waits for 10
seconds no matter the button exits before 10 seconds
Wait Property:- You can insert a synchronization point,
which instructs Quick Test to pause the test until an
object property achieves the value you specify. When you
insert a synchronization point into your test, Quick Test
generates a WaitProperty statement in the Expert View
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How to use setroproperty?
what function you write to do database testing with the help of qtp?
What test cases can you automate using QTP?
What are the recording modes in wave event?
If an application name changes frequently i.e while recording it has the name, in this case, how do qtp handles?
Where can I find and view run-time data table?
How to handle Java tree in QTP?
How can we conduct U-I Testing by using QTP??????
What is the Difference between copy to action and call to action?
write a script to verify links on any web page by using descriptive method by creating a description object (give a filter condition only link) ... need to verify expected like name by reading
what is error and fault in terms of software quality?
What is the virtual object?
Explain the terms test and business component?
Can we Test Welcome Screens and Process Images with QTP
how can we compare descriptive programing with a regular expression