QTP Interview Questions and Answers
Ques 6. Explain the concept of Checkpoints in QTP.
Checkpoints in QTP are used to verify if certain conditions are met during the execution of a test. Examples include text, database, and image checkpoints.
Ques 7. What is Descriptive Programming in QTP?
Descriptive Programming is a way to perform operations on objects without adding them to the Object Repository. It involves defining properties and their values in the script itself.
Ques 8. How can you handle dynamic objects in QTP?
To handle dynamic objects, regular expressions and descriptive programming can be used in QTP scripts.
Ques 9. Explain the concept of Virtual Object in QTP.
A Virtual Object in QTP is a non-standard object that does not have a corresponding test object class. It allows users to perform operations on non-standard objects.
Ques 10. What is the significance of the Step Generator in QTP?
The Step Generator in QTP is used to add steps to a test or action without having to record them. It helps in enhancing the efficiency of test script creation.
Most helpful rated by users: