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
Difference between copy to action and call to action?
What are the differences between quicktest professional and winrunner?
How do I get the QTP scripts result in xml format by using vb script function?
How to save your test using quicktest professional (qtp)?
How will you check that your test cases covered all the requirements?
Hi we are using QTP9.0 for Seibel Application and this seibel application will give you a popup messagebox which is of web , so qtp takes 3 mins to recognize the messagebox and to click on it , we have more number of messageboxes like this . please suggest me some solution
what are the challenges you have faced while testing web based application using the automation tools ?
after click on compose mail how can we attached a file in qtp with vbscript code
Hi, my requirement is to make a query in SQL using QTP. And i have to get the results of that query and i have to use those results for future testing. I created a driver but i dont know the code for using this Driver. please help me by providing the solution for y requorement
What is optional step in qtp? How you can add optional step in qtp?
Explain how qtp identifies objects?
What is the default object synchronization timeout in qtp?
what is description object?
How to add object to object repository in qtp9.0 Suppose for brower yahoo home page
what type of framework u r using in ur organization