Sample Questions

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

Sample Questions

QTP

1. What statement about expected outcomes is FALSE:


a. expected outcomes are defined by the software’s behavior
b. expected outcomes are derived from a specification, not from the code
c. expected outcomes include outputs to a screen and changes to files and databases
d. expected outcomes should be predicted before a test is run
e. expected outcomes may include timing constraints such as response times

2. QTP automatically opens it in case a syntax error is detected.


a. True
b. False

3. The toolbar enables you to view the details of an individual action or the entire test flow is
a. Testing toolbar
b. Test Pane
c. Action toolbar
d. None of the above

4. Bitmap checkpoint is supported in VB environment.


a. True
b. False

5. What is the shortcut key that is used for a Standard Checkpoint ?


a. F12
b. F2
c. F10
d. F7

6. An action can be called by other tests or actions is


a. Call Action
b. Split Action
c. Reusable Action

7. The Data Table does not assists you in parameterizing your test.
a. True
b. False
8. The .... tab displays the current value of all variables that have been recognized up to the last step performed in
the run session.
a. View
b. Variables
c. Locate
d. Current

9. In Batch Test process, the test list are saved in file format as,
c. *.mtb
d. *.mts
e. *.mbt
f. *.mtr

10. The method used for sending information to the test results.
a. Reporter.log()
b. Reporter.reportevent()
c. Reporter.msgbox()
d. Reporter.report()

You might also like