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

Inserting a Call to Action is not importing all columns in Datatable of globalsheet. Why?

1 Answers   Crea,


when i add the items to the repositry, the item is loading is "winmenu", but wn i write the script the tool is not able to recognise the item, i know that we need to define the mandatory or assitive properties here, but i am confused wt i need to difine here and on wt basis i need to select the properties and define it, can any one help me out on this.

0 Answers  


What are the abbreviations for tsr and mtr?

17 Answers   Ordain Solutions, TSR,


how to retrieve the xml file data through qtp. can anybody send script for this..

3 Answers   Synechron,


i want click on a link which is in 3rd row and 2nd column of a web table.write script to execute

2 Answers   IBM,


How will you load few objects in Active Screen?

1 Answers  


How to enable the text check point in qtp? By default it is disables

1 Answers   Sify, ssinformatics,


For Regression testing already written test cases are sufficient?

2 Answers   CTS,


Without using gui map editor we can recognize the application in winrunner ?

0 Answers  


Without integrating QC/Testdirector with QTP, is it possible to keep track of the defects?If yes how? How to export QTP results to an excel sheet?

0 Answers  


Does QTP support flat files? If yes what are those?

2 Answers  


We have 10 rows of records in data table, but we have to run 4th, 5th and 6th rows only. How can we handle this scenario in QTP?

5 Answers   Accenture, Banca Sella, Polaris,


Categories