Quick Test Professional Questions and Answers
Quick Test Professional (QTP) questions with answers help aspirants strengthen their automation testing knowledge. This tool, widely used in software testing, allows the creation and execution of automated functional and regression tests. Practicing programming questions and answers related to QTP enhances your understanding of VBScript, test object models, and checkpoints. These QTP aptitude test practice questions are frequently asked in campus placement exams and interviews by companies like Infosys, Wipro, and Cognizant. Learning QTP concepts through detailed programming questions with explanations ensures better preparation for software testing interviews and certification exams.
Quick Test Professional
Showing 10 of
14 questions
1. Quick Test Professional (QTP) is used as,
- Functional Testing tool
- Performance Testing tool
- Usability Testing tool
- Bug tracking tool
2. The below vbscript code is used for, Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = True
- For launching Function Generator
- For opening QTP using Automation Object Model
- For creating Object Repository from Coding
- For making ActiveScreen visible.
4. Which one of the below is External add-in in QTP?
- ActiveX add-in
- Visual Basic add-in
- Java add-in
- Web add-in
5. Which is used to add report statements in QTP report file?
- showreport
- reporter.writeline
- reporter.reportEvent
- printReport
6. In QTP, properties of Test Objects are stored in
- ObjectSpy
- Active Screen
- Object Repository
- Library
7. Which is used for storing Data used by Test Iterations in QTP?
- Local sheet
- Global Sheet
- Action Sheet
- Object Repository
8. Which view will allow us to edit the vbscript code in QTP?
- Keyword view
- Expert View
- code view
- view source
9. The Test Management Tool which can be easily integrated with QTP is,
- Test Track
- Bugzilla
- Object Repository
- Quality Center
10. Which is used for storing Data used by Action Iteration in QTP?
- Local sheet
- Global Sheet
- Object Repository
- External Action