Testing - Explain the QTP Tool interface

Explain the QTP Tool interface.

The QTP Tool interface has certain key elements:

1. Title bar – displays the name of the open test

2. Menu bar – displays menus of Quick Test Pro commands

3. File tool bar – has buttons for assisting in managing tests

4. Test tool bar – has buttons used while creating and maintaining tests

5. Debut tool bar – has buttons used during debugging tests – it can be viewed by clicking View->Toolbars->Debug.

6. Action Toolbar – has buttons and several actions which enables the tester to view the individual action details or even the entire flow of the test. It can be displayed by clicking View->Toolbars->Action.

7. Test pane – has 2 tabs for viewing the test; Tree view and Expert View

8. Test details pane – has the Active Screen

9. Data table – has Global and Action tabs for assisting in parameterizing the test.

10. Debug Viewer pane – has three tabs for assisting in debugging the tests

11. Status bar – displays the status of the test.

Explain the QTP Tool interface.

The QTP tool interface has the following key items:

1. Title bar – used to display the name of the opened test.
2. Menu bar – used to display the different menu items.
3. Debug toolbar – Used for debugging. Enabled only when invoked from view option.
4. Action too bar – displayed when an external action is inserted.
5. Test pane – used to display the test in a tree view or export view.
6. Data table – contains Global and Action tabs for parameterization.
Testing - Explain how QTP recognizes Objects in AUT
Testing - Explain how QTP recognizes Objects in AUT - Object is any GUI element the user interacts with. As the user is testing the application, QTP records and stores each item the user interacts with.
Testing - Explain the types of Object Repositories in QTP
Testing - Explain the types of Object Repositories in QTP - All objects recognized by QTP are stored in Object Repository. The object repository can either be local or shared.
Testing - Explain the check points in QTP
Testing - Explain the check points in QTP - Checkpoints in QTP allow the tester to verify if the functionalities deliver results as expected.......
Post your comment