When can shared object repository fails?
Answers were Sorted based on User's Feedback
Answer / sandeepguttikonda
In QTP object repository is used to store the properties
and values of an object.
There are two types of Object repositories:
1) Local Object Repository
2) Shared Object Repository
We can associate a shared object repository to n number of
actions. But, the mail disadvantage of a share object
repository is the properties and values are in read only
mode and cannot be edited there in the action.
So, this will fail when the properties are changing
dynamically during runtime which can be handled by using
SetTOproperty. And here with shared object repository this
cannot be done and it fails.
Regards,
Sandeep Guttikonda
| Is This Answer Correct ? | 13 Yes | 2 No |
Answer / scorpion
I think u r wrong.When using a shared repo, a local copy for each person wil be made by qtp.More than 2 persons cn load the same repo and change.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / veeresh
Shared repository can be changed from object manager only.
and not related to any script.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / saurav
Just to correct guys:-
SOR can be shared across scripts but cannot be changed across users for editing.So only one person can edit the repository at a time.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the extension of QTP local Repository? If it is .mtr then what is .bdb extension stands for?
we have 5 default properties we want add more Default property in Object Repository how to add the property
Explain QTP Testing process ?
Which method do you use to retrieve data from the WebList object?
What is qtpro? What is quick test pro?
How to remove associated function library?
Hi, i have a string like "INDIA". I need to display this string vertically in Msgbox?
What is difference between QTP 8.2 Obect Repository and QTP 9.2 object Repository?
what is review
If a object property is changed in the application. where it should be updated in QTP... Pls anybody can give the answer.. Thanks in advance...
Hi we are using QTP9.0 for Seibel Application and this seibel application will give you a popup messagebox which is of web , so qtp takes 3 mins to recognize the messagebox and to click on it , we have more number of messageboxes like this . please suggest me some solution
How to capture screen shots when an error occurs?