What are the types of Object Repository’s in QTP?
Answers were Sorted based on User's Feedback
Answer / suman
Hi,
There are two types of object repositories in QTP.
1.Per action Repository or Local Repository
2.Shared Object repository(.tsr)
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / mulkraj
QuickTest has two types of object repositories for storing object information: shared object repositories and action object repositories. You can choose which type of object repository you want to use as the default type for new tests, and you can change the default as necessary for each new test.
The object repository per-action mode is the default setting. In this mode, QuickTest automatically creates an object repository file for each action in your test so that you can create and run tests without creating, choosing, or modifying object repository files. However, if you do modify values in an action object repository, your changes do not have any effect on other actions. Therefore, if the same test object exists in more than one action and you modify an object's property values in one action, you may need to make the same change in every action (and any test) containing the object.
| Is This Answer Correct ? | 0 Yes | 0 No |
wt is the xtension of the QTP result view file?
What are the Features & Benefits of Quick Test Pro ?
How many scripts did you have?
What type of VB script u had done in expert view?
Tell me about qtp?
What are the features of quick test pro(qtp)?
How many ways we can parameterize data in QTP?
i have data in excel sheet.i imported the data in data table.while doing parameterization,how the code knows it is a valid or invalid data?
Howcan you differentiate between Exist statement, Exist property, and Exist method??? How they used???
What is the extension of 'Log file' in QTP
How to export data present in Datatable to an ".xls" file?
There is a table with 4 columns and 10 rows, how to write the script to display the first column records using qtp? can anybody help me with script?