Wednesday, January 5, 2011

QTP Designing Tests - Multiple Choice Questions

QTP Designing Tests - Multiple Choice Questions

1. The automation infrastructure usually includes ...................

A) one or more shared object repositories
B) one or more function libraries
C) Both A & B
D) None

2. QuickTest provides support for development environments using add-ins.

A) True
B) False

3. While you record your test steps, QuickTest creates test objects representing the objects in your application on which you perform operations. This enables QuickTest to identify the objects in your application both while and .

A) creating a test
B) during a run session
C) Both A & B
B) None

4. By default, each test includes a single action, but can include multiple
actions.

A) True
B) False

5. By default, QuickTest records in the ............ recording mode.

A) Analog
B) Standard
C) Normal
D) Low Level

6. This method enables you to record the exact mouse and keyboard operations you perform in relation to either the screen or the application window.

A) Analog
B) Standard
C) Normal
D) Low Level

7. When you record in Analog Recording mode, QuickTest adds to your test a .......... statement that calls the recorded analog file.

A) RunTime
B) RunAnalog
C) RunAction
D) None

8. You can switch to either Analog Recording or Low Level Recording in the middle of a recording session for specific steps.

A) True
B) False

9. QuickTest can record only on Web browsers that were opened after QuickTest.

A) True
B) False

10. QuickTest records the visual relation identifier property when recording steps.

A) True
B) False

1)c, 2)a, 3) c, 4) a, 5)c, 6) a, 7)b, 8) a, 9)a, 10) b