synchronization, wait,wait Property?
Answer / 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 |
How do you capture tooltip using QTP?
How to manage a drag drop event in the qtp
How many ways we can parameterize data in QTP?
where the check points are stored ?
anyone can explain the following concepts. 1.diff b/w Linear and modular framework 2.diff b/w keyword and hybrid framework
what function you write to do database testing with the help of qtp?
In qtp, explain what is crypt object
what area in a web application cannot be automated.
hw to create a frame work in qtp..what are the basic steps
What are Error handling other than Recovery scenario manager?
What is the use of low level recording? How does it useful?
How to take screenshots in qtp?