Quick Test Professional
Quick Test Professional
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
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