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 |
what is flag=0 in qtp tool.. i am strugglin to use flag function , exactly when it is used , any real time expert pls explain clearly?
What is object spy in quicktest professional?
In a web page when we enter the city name corresponding zip code is coming in the required field.Can any one please write how to test using QTP,whether this code is coming from Database or not.
what is the main process in QTP?
What is Distributed testing? How does UFT support it?
Friends please let me know how id following possible in QTP: Can I apply conditional loop on a bitmap/image or any other checkpoint. Like if checkpoint passes then if or Else
I have a WebEdit Object.It is added in object repository.It has two properties Name and Index.In the next release the Name Property is same but the index property is changed.when i run the script will the script Pass or Fail
Basically why we need testing?
What will be the output of the statements below? On error Resume Next Sum 100/0 if Sum= 0 Then msgbox "Pass" else msgbox "Fail" End If
Diff. between keyword driven Data driven testing?
How can I deploye a 'QTP Runtime environment only'
How to capture screen shots when an error occurs?