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.
|