Differentiate the two Object Repository Types of QTP.
Answers were Sorted based on User's Feedback
Answer / sreeprasad
Object repository is used to store all the objects in the
application being tested.2 types of oject repositoy per
action and shared. In shared repository only one
centralised repository for all the tests. where as in per
action.for each test a separate per action repostory is
created.
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / senthil
Local Object Repository Shared Object Repository
(LOR) (SOR)
1. Every action has its All actions use same OR
own OR.
2. LOR cannot be accessed as SOR are accessible
separate file. as separate file.
3. Modify objects using Modify objects using
Object Repository Window. Object Repository Manager.
4. Big application its better. Small application its better
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / issac
the two types of object repository is shared and per action.
if a tester wants to use reusable actions shared object
repository can be used...shared object repository usage
helps to minimise space...others can also access the
repository
peraction repository is specific to the action which it is
associated with.it cannot be used across scripts
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / priya
2 types of OR
1. Shared OR
2. Local/Per Action OR.
Local OR stores all the objects associated with the specific
action, so that particular action only can access the stored
objects.
Shared OR stores tests objects that multiple actions or
Tests that have common objects can access in Read only mode.
It helps to minimize the space and easy to maintain because
objects stored in the central place.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / mohan
shared rep requires less memory when comapare with per
action rep.
| Is This Answer Correct ? | 0 Yes | 3 No |
i need to learn the descriptive programming very well so for that what to do am reading the qtp user mannual but it is not so any materials or links with examples i want please help me
How will u find that how many List boxes( and check boxes) are present in one particular window
What is the basic concept of quicktest professional?
What are the option you can use to synchronize your test?
How to convert QTP's ObjectRepository.mdb file to xml file
what is testing process with QTP in organization
hi what is the use of "dim" in automation objective model or any where what is the use of "dim" plz tell me
How QTP recognizes Objects in AUT?
How Can I automate PDF forms using QTP9.2 ?
how to test load test and block box testing an a web based application pls give ans briefly
Can you do more than just capture and playback?
Is it possible to call from one action to another action in qtp?