what is difference between wait and synchronization point.
Answer Posted / deeps
when you use wait command, the tool waits for the given
time and moves on even if the object has not appeared.
Whereas synchronization point waits until it sees the
object.
object may appear sooner or later than the given wait time.
If the object appears sooner than it has wait until it
reaches the given time or if the object appears later than
the test fails. So it is always a better bet to use
synchronisation point.
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
What are the general steps involved in the data driven framework?
wht is Manual Testing Frame work. Pls anybody can give appropriate answers
How to use conditional loops in qtp ?
Describe how Smart Identification is used
What are the different types of recording modes?
when a test case is written how u test using qtp
Did the scripts need lot of maintenance? If yes, why?
How may types of defects identify application or your currently working application?pls give me answer..
We stored into the objects OR and then write the scripting
How to execute a winrunner script in quicktest professional (qtp)?
how many maximum number of virtual users we can create?
Hi frens! I am testing VB project with MS Access database. At add button click my record is storing in data table and it is shown in datagrid. So at Delete button click i want to check datagrid rows 9before and after delete). so how can i do it using descriptive programming?
How to find a window is minimized or not
What are the benefits of qtp?
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans