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 are the properties you would use for identifying a browser & page when using descriptive programming ?
what and how to answer for the question "tell me about yourself ?" for 3 years experience. can anyone say inj detail please... its urgent
How to get the format of a webedit class in qtp. How can i know that particular webedit accept what type of format like "mm/dd/yyyy" or "$" or Alphanumeric
whai is meant by automation testing?
what is automation(qtp)bug pls giv me one ex?
explain virtual object? in detailed? pls any one explain me?
Hi , I am new to VBscripting, My requirment is to write a vbscript to read a row (which has coloumns like Description, Code, date(DD/MM/YY), hours etc) and export these feilds to a Website and then click on Submit Automatically on that web page. This it should do for all the Rows in that excel file. Any help is much appriciated Thanks Shalini
What is the disadvantage of smart identification?
how to compare two bitmaps( 1. clients requirement & 2. Designed by dev) in qtp 8.2 wann clear steps
In an application you have a web table. You are provided with an external Excel sheet with the same structure as that of the web table. How will you retrieve all data from the web table and compare it with corresponding data available in the excel sheet, using QTP? How will you report the results in QTP?
Have you performed Debugging and how did you?
How many types of parameters are there in QTP and what are they?