what is object repository?
Answers were Sorted based on User's Feedback
Answer / rajasekhar
Object Repository is a Storage Place where the QTP stores
the object's properties in it for identification(through
recording or adding the properties manually).
It contains all the Test Object Properties and any
modifications done in Test Object Properties will be
affected in the script.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / prasanth
Object Repository is a file which can hold objects
recognized by the QTP. There are 2 types of object
repository's.
1. Shared object repository (just like a global variable
which can be accessed in all the scripts)
2. Per action object repository.(just like local variable
which is specific to the particular script)
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sandipgami84
Hai Friend,
In QTP there are two types of Object Repositories 1. Per
Action/ Per Test mode 2. Shared Object Repository.
Per Action Object Repository is used for only current test.
If we modify any object properties in Object Repository that
do not effect on any other actions.
If we modify any Object properties in shared Object
Repository, we need to change same changes in the test that
containing the same Object.
OR Collection of TestObjects, TestObjects Stored in Object
Repository.
Hai friends, If any mistake plz let me know.
Thanks,
Sandip
97141 77088
| Is This Answer Correct ? | 0 Yes | 0 No |
What is load testing?
What are the Application Functions available in QTP?
how can we group that these test cases only should be automated and in which order you execute that test cases?
Write a QTP script to print all the link names displayed in a web page
I have a list box which contains duplicate values e.g. A,A,A,B,B,B,C,C,C.Now write a code in qtp to test the list box . Scenario #1 : I have to check whether any values are there? Scenario #2 : If duplicate values are there,then how many time it is getting duplicated? Svenario #3 : how can I test presence of items in list box ommiting duplicate values?
what are the settings to be done to make the recovery scenario created for one test to be used bye all the other tests. please tell me recovery scenario process in detail.
IF THE GUI OF APPLICATION IS CHANGED THEN IS THERE ANY NECISSITY TO CHANGE OR UPDATE OUR TEST SCRIPTS
Hi What are re-usable actions in QTP? -Thank You
Error handling
Hi every body, I am new to QTP.pls help me if anybody knows the solution. Here is my doubt: I have 3 excel sheets in my local drive out of which one is password protected and i want to get the data of all these xL's either by importing or by reading the data finally i have to update this data in the website.(and the site is secured site) I tried by importing all XL"s one by one but couldn't do so. plss send me the code or atleast suggest me the approach. Thanks in Advance Padmaja
How we can add actions in the test using QTP?
How to record & run on Japanese language application using english version of QTP ???