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 |
How to run an integrated test scenario using Multiple Actions? How to use the QTP Step Generator?
What is the difference between the design-time and run-time data tables?
results.xls file is automatically generated while running the script in QTP.But it is showing error to open the file
How to capture data from images in QTP and produce them in Excel sheet ? please ans...
WHAT AREV THE STEPS BETWEEN TEST cASE AND Script generation?
A dialog is diplays " Transaction 254689 has been successfully completed" How to get the transaction ID from the message ?
if we can find the status of script in qtp that either it's pass or fail then why we need to put this status on different excel file or log file in hybrid framework .please let me know asap thanks
How to invoke QTP using Dos prompt ?
How to handle Run-time errors?
Suppose there are 10 browsers opened on desktop. I want to close all browsers except one browser in QTP. Can any one give the code for this?
Which Databases supports for QTP?
How to export quicktest professional (qtp) results to an .xls file?