what is difference between wait and synchronization point.
Answer Posted / 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 View All Answers
How many tabs are available in debug viewer pane?
How to record a qtp script ?
what are the mandatory properties for a tex boxc (scenario?)
What is the difference between keyword view and expert view?
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.
HI, pls help me on this, iam not able to capture getcelldata value in javatable... msgbox javawindow("").javatable("").getcelldata(3,3) but it diaplays empty...
What is QTP and the use of QTP in TD?
What are the advantages of parameterization ?
What is Test Fusion Report in QTP?
Dear All , For UFT 12.02 which version QC or ALM will support ? Thanks Balaji
How many types of recording modes in qtp? Describe each type with an example where we use them?
How many scripts did you have?
when to start the automation?
What is the difference between run time object and test object?
What are the common defects found in your project? (in qtp interview)