What information can be seen in the information pane?
A. Syntax errors
B. The test name and author
C. The QTP license information.
D. The machine ID and operating system.
What does a break point do?
A. Stops test execution at the specified step, after executing that step
B. Stops test execution at the specified step, before executing that step.
C. Pauses test execution at the specified step, after executing that step
D. Pauses test execution at the specified step, before executing that step.
Why is low-level recording useful?
A. It records exact keyboard operations on an object.
B. It records exact coordinates of all mouse movements.
C. It uses the object repository to determine what methods can be used.
D. It records and display exact keyboard operations on an object.
What can you use to handle unpredictable testing exceptions?
A. A Do Loop
B. Recovery Scenario
C. IF then Statement
D. Select case statement.
Action can be split into multiple actions (true/false)
True
False
Expert View is the default view in QTP. True/False
The toolbar enables you to view the details of an individual action or the entire test flow is
Testing toolbar
None of the above
Action toolbar
Test Pane
The key that is used to Start/End analog recording mode?
F3
SHIFT+ALT+F3
CTRL+SHIFT+F3
F10
To use a specific property to identify your object, but that property is not listed in the properties list. Then how do you identify that object?
Add the specific property to the list
Use the Default property
Use some other property to identify your object
NONE
Which is a testing phase where the tester tries to 'break' the system by randomly trying the system's functionality?
Ad Hoc Testing
Ramp Testing
Unit Testing
White Box Testing