How to add synchronisation points in qtp?
Answer / Manish Kumar Kathore
To add synchronization points in QTP, you can use the `Test.Wait` method or the `Sync` keyword. Here's an example using Test.Wait:nn``vbnetnTest.Wait ("vBT_Timer", 10)"`
| Is This Answer Correct ? | 0 Yes | 0 No |
In QTP if u got a defect , how to report to developer using Test director or Quality center .
whenever U using QTP,Test Director, Why we using separate Bug tracking tool?
In Login two edit box which object class property value is same, How to enter into 2nd edit box in qtp by vbscript.
What does it mean when a check point is in red color? What do you do?
Functions call by reference and call by value. i want the diff b/n these 2 and how will be the script for this?in which situation we use these 2..?pls explain me clearly
What is the parameterization?
what is main difference between QTP 8.2 AND QTP 9.0/9.2 HOME PAGE?i mean what are extra thing in QTP 9.0 than in QTP 8.2?
Write the Test Cases for ATM(Any Time Money)
How to break the object spy ?
types of output value in details.
. My application is updating the user information in the application. Every time it is Adding on record in my application and Validating the information like “Record has added successfully”. Which Check point I have to put in this situation? Why?
How to capture the Check point Value into a variable?