Object Repository: displays a tree of all objects in the current component or in the current action or entire test( depending on the object repository mode you selected). we can view or modify the test object description of any test object in the repository or to add new objects to the repository. Quicktest learns the default property values and determines in which test object class it fits.If it is not enough it adds assistive properties, one by one to the description until it has compiled the unique description.If no assistive properties are available, then it adds a special Ordianl identifier such as objects location onthe page or in the source code.
Above answer was rated as good by the following members: Janameetsu, paisis
RE: Explain the concept of object repository & how QTP recognises objects?
Object Repository: displays a tree of all objects in the current component or in the current action or entire test( depending on the object repository mode you selected). we can view or modify the test object description of any test object in the repository or to add new objects to the repository. Quicktest learns the default property values and determines in which test object class it fits.If it is not enough it adds assistive properties one by one to the description until it has compiled the unique description.If no assistive properties are available then it adds a special Ordianl identifier such as objects location onthe page or in the source code.
RE: Explain the concept of object repository & how QTP recognises objects?
When you create test all the information about the objects in your test is stored in object repository. There are two types of object Repositories 1. Shared object repository 2. Per action repository
RE: Explain the concept of object repository & how QTP recognises objects?
Two Types of Object Repositories Per action - Goes with per action. Shared Object Repository(OR). Now if you are working in any company with more than one QTP Tester you need to share the same OR.
OR's can be merged once the work is done with OR Merge Tool.
Another Important Thing - If you get error which states Object is not recognized. Go for Descripting Programming than adding objects which solves the problem.
RE: Explain the concept of object repository & how QTP recognises objects?
I am working in one MNC and on QTP Tool and I am not aware of the OR merge Tool which is mensioned in the 2 nd question. In our company we r using QTP 8.0 version and i am not aware of this Merging can u explain detailly.I
with QTP 8.2 there available QTP Plus setup.It provides Repositories Merge Utility.The Object Repository Merge Utility enables user to merge Object repository files into a single Object repository file.
RE: Explain the concept of object repository & how...
object repository is a place where the identified objects are stored in QTP.in other words QTP communicates with the application by means of OR.Qtp identifies object by using mandatory and assistive properties.