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 |
explain structured testing? plz guys with exp. do answer
How do we connect QC by using QTP?
what are the different kinds of frameworks in automation?
If you have given 1000 manual test scripts, what test you will do? and how?
where is the bitmap checkpoint be saved
If you use low level recording,what objects will be recorded in Object Repository and what properties?
write a qtp script to verify that the business price is twice the economy price in flight reservation window
Have you done batch testing in qtp? If yes how you are doing?
What is expert view in qtp?
for example one window is there, the window contains how many edit box's i want script? i know the script but that is not exact answer.... The script is like this .......... set a=description.creation() a("Native class")="WinEdit" b=window("Flight Reservation").childobject(a).count msgbox b if u found exact answer please getback to me? raju.ippali@gmail.com 9823257761
what is the present location of nageshwara rao's institute in hydrabad along with institute phone no. and name of institute.He has shifted from S.R Nagar.
4. what is the use of Text output value in Qtp?