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 |
Who is the best faculty for QTP in Hyderabad? Is it Mr. G.C.Reddy, some are referring his name?
What are the advantages of Automation objects than Test Objects?
Excepton Handling?
Explain how qtp identifies objects?
How do you know the location Id of an object if you know its index id?
Hi, i am rani ,i am putting 1+years of fake exp ,so pls anyone explain how i get project (in real time) ? how it is tested ex: in banking ,test the number of textboxes in one window
what is the latest version of QTP? Main difference between 9.2 and 10 version
how to use the regular expression for the below code-- swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:56" There is a tree view window of the folder's ie Medication- >Pharmacy(sub folder)with 56 as count of records...The records can be different or if no records present in the specific folder..then it show "Paharmacy:-no records".Whe i record at the first time .....and try to rerun the same script with different records count say "pharmacy:800"..qtp is not regnizing it...therefore i want to user regular expression..but donot now how to use it and where to use...i have tried.... swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:\*"..but it s of no use..plz help..me
if my application shows 100 records and in my database having 200 records how i can validate using QTP tool?plz exp. in detail?
What is keyword driven framework?
What are benefits of qtp?
How to capture screen shots when an error occurs?