QTP Interview Questions and Answers
Ques 1. What is QTP (QuickTest Professional)?
QTP is an automated functional testing tool that helps testers to perform automated regression testing on software applications.
Ques 2. Explain the difference between QTP and Selenium.
QTP is a commercial tool developed by HP for functional testing, while Selenium is an open-source tool mainly used for web application testing.
Ques 3. What are the types of recording modes in QTP?
QTP supports three recording modes: Keyword Driven, Analog, and Low-Level Recording.
Ques 4. How does Parameterization work in QTP?
Parameterization allows testers to use different sets of data for the same test. QTP supports parameterization through Data Table and Environment Variables.
Ques 5. What is Object Repository in QTP?
Object Repository is a collection of objects and properties with which QTP can identify and perform operations on the application under test.
Most helpful rated by users: