Thursday, December 27, 2007

QTP Questions - 3

  1. Full form of QTP?
    Quick Test Professional
  2. What’s the QTP?
    QTP is Mercury Interactive Functional Testing Tool.
  3. What’s the basic concept of QTP?
    QTP is based on two concept-
    1. Recording
    2. Playback
  4. Which scripting language used by QTP?
    QTP using VB scripting.

5. How many types of recording facility are available in QTP?
QTP provides three types of recording methods-

1. Context Recording (Normal)

2. Analog Recording

3. Low Level Recording

6. How many types of Parameters are available in QTP?
QTP provides three types of Parameter-

1. Method Argument

2. Data Driven

3. Dynamic

7. What’s the QTP testing process?
QTP testing process consist of seven steps-

  • Preparing to recoding
  • Recording
  • Enhancing your script
  • Debugging
  • Run
  • Analyze
  • Report Defects

8. What’s the Active Screen?
It provides the snapshots of your application as it appeared when you performed a certain steps during recording session.

9. What’s the Test Pane?
Test Pane contains Tree View and Expert View tabs.

10. What’s Data Table?
It assists to you about parameterizing the test.

11. What’s the Test Tree?
It provides graphical representation of your operations which you have performed with your application.

12. Which all environment QTP supports?

1. ERP/ CRM

2. Java/ J2EE

3. VB, .NET

4. Multimedia, XML

5. Web Objects, ActiveX controls

6. SAP, Oracle, Siebel, PeopleSoft

7. Web Services, Terminal Emulator

8. IE, NN, AOL

13. How can you view the Test Tree?
The Test Tree is displayed through Tree View tab.

14. What’s the Expert View?
Expert View display the Test Script.

15. Which keyword used for Nornam Recording?
F3

16. Which keyword used for run the test script?
F5

17. Which keyword used for stop the recording?
F4

18. Which keyword used for Analog Recording?
Ctrl+Shift+F4

19. Which keyword used for Low Level Recording?
Ctrl+Shift+F3

20. Which keyword used for switch between Tree View and Expert View?
Ctrl+Tab

21. Note:

  • QTP records each steps you perform and generates a test tree and test script.
  • QTP records in normal recording mode.
  • If you are creating a test on web object, you can record your test on one browser and run it on another browser.

No comments: