what is difference between wait and synchronization point.

Answers were Sorted based on User's Feedback



what is difference between wait and synchronization point. ..

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

what is difference between wait and synchronization point. ..

Answer / praveen yarlagadda

what ever you said is absolutely right

Is This Answer Correct ?    6 Yes 0 No

what is difference between wait and synchronization point. ..

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

Post New Answer

More QTP Interview Questions

How to remove associated function library?

0 Answers  


Per-Action Vs Shared repository?

5 Answers  


What is difference between QC and TD?

8 Answers  


what are the principles of good testing scripts for automation?

1 Answers  


when we apply the daily build each and every day,the property may change in the application.so that the created script is not reusable in winrunner and qtp.for ex for date field it is taken dtpicker.at another time it is taken some other name.how can i solve it.

0 Answers  






Which company is better amdocs or techm ???

2 Answers  


hi can anybody help with an qtp 9.2 license key please. Thanks, Nitesh.

0 Answers  


Hi, It is HR question. What are the qualities you like and dislike in your Project Manager?

2 Answers   TCS,


How to Run a Test using QTP?

1 Answers  


what is the frame work your using in automation testing

2 Answers  


Difference between action & Reusable action?

0 Answers  


how can we preform retesting(DATA driven test) using function please gine the code for loginpage

0 Answers   W3 Solutions,


Categories