Testing - Explain the types of Object Repositories in QTP

Explain the types of Object Repositories in QTP.

QTP supports two types of Object Repository files:

1. Shared Repository : The complete application utilizes one Object Repository, which is similar to Global GUI Map file in WinRunner.

2. Action Repository : One Object Repository is created for each action, which is similar to GUI map file per test in WinRunner.

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.

Local - The objects stored in a local Object repository can be available to specific actions and not all. This is the default repository of QTP. Its extension is .mtr

Shared - Can be used by a number of Actions and tests. Its extension is .tsr When an action is performed, the object is first stored in local unless not preset in 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.......
Testing - What is Parameterizing Tests?
Testing - What is Parameterizing Tests? - In QTP, in order to test the same operation with different values, parameters can be passed......
Testing - What is test object model in QTP?
Testing - What is test object model in QTP? - A test model is used to represent objects in the application.....
Post your comment