what is difference between wait and synchronization point.
Answers were Sorted based on User's Feedback
Answer / s.gayathri
wait:in wait point,though the job is completed less than
the specified time,it will wait for the specified time to
be elapsed and then only we will have the result summary.
synchronization:but in this case once the job has been
completed,we can immediately get the result sheet.it wont
wait for the specified time to be elapsed.
example:
suppose we have one job which takes 5secs to complete.
by using this
wait(10)->though the job is completed within 3secs,it will
wait til 10secs and then we will havethe result sheet
by using this synchronization time as the same 10secs,once
the job is completed within 3secs,it will not wait for the
remaining 7secs,after 3secs it will immediately give the
result sheet
| Is This Answer Correct ? | 28 Yes | 0 No |
Answer / praveen yarlagadda
what ever you said is absolutely right
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / 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 |
wat are views in qtp explain
What is difference between shared and local object repository?
hi gavasker i want how to merg OR's in QTP 8.2 by QTP Plus
What is Descriptive Programing? In which cases, we will go for descriptive programing?
what difference between runtime object and text object and what property they have. whether they have same properties or different properties.
Can QTP be used for GUI testing ?, We are using Java with MySQL and Operating system is Linux. We are NOT using the web.
give me the code to save all messages of inbox of gmail into a folder and notepad
Which Databases supports for QTP?
When can shared object repository fails?
Under what conditions would you recommend QTP for future projects?
How to add object to object repository in qtp9.0 Suppose for brower yahoo home page
What is QTP Frame Work ,and i want it in detail