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 |
I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that
Explain about business process component? types and usage?
we have one text box and one list box(list box appear in same page or another page) what ever the text enter in text box that must be displyed in list box as first one. for example if we enter 10 in text box that is the 1st item in list box . after that we enter 11 then 11 is the 1st item and 10 is 2nd item. the maximum limit of list box is 10 items. if we enter 11th item the 10th item is deleted and llth one is add as 1st one and 9th one goes to 10th position
How can we conduct U-I Testing by using QTP??????
Explain the benefits of quick test pro(qtp)?
Hello, I am facing problem to check textpoint for mercury application . I have inserted checkpoint to check flight summary for place of departure and arrival with datatable and script look like "Browser("Find a Flight: Mercury").Page("Book a Flight: Mercury").Check CheckPoint("Book a Flight: Mercury_4")" but while I am executing this script at last my check point gets fail and display Text Checkpoint: captured "" between Summary and 4/31/2008FLIGHT , expected "Acapulco" Match case: ON Exact match: OFF Ignore spaces: ON I think value from data table is not fatched so please guide me what I have to do to overcome this problem.. Thanks
I learned all the objects of my application in object repository thru English Language. now i want to use same object repository for other languages(French,Dutuch and Chinese)
what difference between client and server applications exatly?
what is descriptive programming? what are the mandotory properties in qtp? what are libriry functions in qtp? what frame work you are using at your project? what is object repositery? what is our role as per qtp project is concerned as a software tester?
By using QTP, How do you test a frame in a web page?
Can U Explain about QTP tool from older version to latest version also its differences?
What is wrong in my code?