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 |
suppose i can done the project in automation tool with QTP in that time what i can say?
how will check the links in multiple pages at a time
How to Parameterize Object repository in QTP?
How to find local host name using QTP?
1. I have asked the same question for the third time, but i am getting wrong answers. Pls give me the script to count the number of edit boxes or checkboxes in an windows application screen. In windows application childobject is not working, anyone very urgent
results.xls file is automatically generated while running the script in QTP.But it is showing error to open the file
What r steps to migrate from Manual testing to QTP?(IN BOTH WEB BASED AND WINDOWS APP)
How to use debug tools?
Where virtual objects stores results?
How can we disable smart identification at the time of recording? Ideally, smart identification should be enabled only at the run-time.
Explain the concept of object repository and how quicktest professional recognises objects?
I have the script like this: Browser("Login").Page ("Application").Frame("ScopeFrame").Link("DC3701737 (Active)").Click in which the value "DC3701737" will get changed and i have to use the same value in so many places. I got the value "DC3701737" in to a variable(Say x). Now if i want to pass the variable in to link object .. how? Browser("Login").Page("Application").Frame ("ScopeFrame").Link(x).Click Is it possible to pass any variable into a link object .. so, that the application will select that link automatically? If ur not able to understand, pls let me know.