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 should I click on the right click menu objects When I trying to add the object properties to the OR.It is showing only Window(Window).Not all the objects of the window. Also while recording I found No script. How to solve this>.

0 Answers  


wht is the difference betn check point and output value?

5 Answers   BirlaSoft,


how can i parameterize a login page by using database parameterization i fetch the username and password from database and put this on login page and click on ok button. so how can we write script for that code please let me know asap thanks

4 Answers   iCreate,


Is it possible to switch between recording modes during a test creation?

0 Answers  


what are the mandatory properties for a tex boxc (scenario?)

0 Answers  






How can you delete the results file (XML)

2 Answers  


Hi, Can anyone write the following qtp script...please its urgent ·Navigate to Google in a new IE instance ·Search for the following word "Gap, Inc." ·Iterate thought the first 10 pages of google ·On each page collect the following ·The "blue" page title ·The "green" url ·Output all the data into a file named "test_output.txt" ·Format "Title – URL"

1 Answers  


The interviewer asked me when u recorded one application.object repository properties are saved with .tsr extention. in qtp expert view wherever mouse is there that snapshot displayed in active screen but some recored script lines are not displyed in actives screen y?

5 Answers   Accenture, IBM,


Can we create a qtp test from qc?

0 Answers  


Does quicktest professional (qtp) is unicode compatible?

0 Answers  


difference between recording methods and recording modes in QTP

5 Answers   Ordain Solutions,


What is an expert view and keyword view?

0 Answers  


Categories