what is use of the object repository?
Answers were Sorted based on User's Feedback
Answer / yezdani
Object repositiry is the heart of the tool in which the
references of the objects are stored.without object
repository tool unable to identify the object.In one
line,properties of the objects are available in the object
repository.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / aparna
object repository works as the interface between QTP and
the application..whenever we record the properties of the
objects are stored in object repository and when u replay
the script QTP compares the the objects in the application
with the recorded description that is being stored in
object repository..
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / litan
object repositiry is nothing but interface between tool and
application build.actually during recording qtp generate the
script and at the same time it add all the object properties
add to the object repositiry.during running it catch all the
object properties from object repository,based on that
propertis it tdentify the object.two types of object
repository are there.
1-per action:this is the type of object repository.here qtp
maintains single file for each action.extension of peraction
repository is .mtr(mercury test reposirory)
2-shared repository:here qtp maintains single file for each
action.extension of shared repository is .tsr(test shared
repository)
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / seema
We r using object repositiry to itroduce the appliction or
software to QTP.Wtihout object repositiry we can't idetify
the property of oject.After intoducing we can execute the
application in QTP
| Is This Answer Correct ? | 0 Yes | 0 No |
suppose the given string str = {"vamsikrishna%%&%*&**"} count the no of vowels and special characters are repeated
How can i count the list box elements in QTP ?using script plz explain me (Chandana)
Write the Test Cases for ATM(Any Time Money)
How can we fill data in a text box without recording using object spy. Can you please provide the steps...
how can we perform web datatable operations on webpages(Like rowcount,col count,cell data)?
What is Descriptive Programing? In which cases, we will go for descriptive programing?
1. Pls can anyone give me the descriptive programing script to find the number of edit boxes in a login window in flights reservation (windows application only not web). 2. Using descriptive programing, how do you handle changing URLs. Pls anyone, very urgent
does automation replace manual testing?
If you entered into yahoo mail with your valid user name and password , then you will get " welcome , username " (for example you will see , “welcome, Krishna” ) text on the top of the Inbox page , how can you test the user name is correct or not using QTP?
Plz explain about Virtual object? What is the situation u r using , explain with example?
What is object spy in quicktest professional (qtp)?
How to analyzing test results using quicktest professional (qtp)?