what is difference between wait and synchronization point.
Answer Posted / 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 |
Post New Answer View All Answers
what is the difference between development and testing
How many add-ins comes by default with qtp?
What is the significance of “action 0” in qtp?
Hi, I got error message as "object does not support this property or method: "Test.Actions" when i execute the following line of script on QTP 9.0 Dim qtApp, qtRep Set qtApp = CreateObject("QuickTest.Application") Set qtRep = qtApp.Test.Actions("Action1").ObjectRepositories Can anyone tell me where i am wrong.
What is the synchronization point in qtp?
Is the qtp course will help to create a virtual object?
i have a doubt can anyone tell me where are scripts stored while using QTP.Tell me the exact procedure takes place in real time?like how we call scripts how to proceed after writing scripts?how scripts are executed etc?i heard some use Qc whether others dont use.so tell me whole procedure for both the things it will be a very big help.as i have interview i want to have whole idea on this.its very urgent.
what is the difference between IE & Netscape in web testing on a log in page
can u please explain what is the exact difference between qtp8.2 and 9.0
How to modify the text checkpoint?
Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
What is the syntax to call one script from another?
Can we record using all the modes in a single script? Explanation with example is appreciated
What are the advantages of parameterization ?
when will you do debug your script? and explain that process?