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 |
Explain synchronization types in QTP
What is keyword view and Expert view in QTP?
Extract a word from a sentenece?
Is virtual object supported in low level recording mode?
In a webpage how to check the dynamic links that re changing regularly?( without using regular expressions.)
What is SQL injection?
How to make Shared object repository in qtp 9.1 and 9.2?
Hi guys pls any one send me the Qtp Licensed key of version 10.0 pls
What is Parameterizing Tests?
What is the difference between Client/Server application and Web application ?
Suppose Object name was changed in the application in the second build.I have just modified the name in the Object repository as changes in the Application. Is it possible to accure changes in the script accordingly? If so Suppose I am calling the script through function, Will the changes affect in the script(which is in the function)automatically? If not affected, tell me the solution,How to handle this. How should I change the object property name while using functions
How can we close all webbrowsers which are opened in out desktop?