Object Repositories types, which & when to use?
Answer Posted / akshay kumar
Deciding Which Object Repository Mode to Choose.
To choose the default object repository mode and the appropriate object repository mode for each test, you need to understand the differences between the two modes.
In general, the object repository per-action mode is easiest to use when you are creating simple record and run tests, especially under the following conditions:
You have only one, or very few, tests that correspond to a given application, interface, or set of objects.
You do not expect to frequently modify test object properties.
You generally create single-action tests.
Conversely, the shared object repository mode is generally the preferred mode when:
You have several tests that test elements of the same application, interface, or set of objects.
You expect the object properties in your application to change from time to time and/or you regularly need to update or modify test object properties.
You often work with multi-action tests and regularly use the Insert Copy of Action and Insert Call to Action options.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What test cases can you automate using QTP?
How do you create new test sets in td?
Tell me about qtp?
What does it mean when a check point is in red color? What do you do?
Hi Friends, Can anyone help me out in this one? In QTP, I am using Data Driver and want to parameterise multiple values (say 3 values ) for a field. How can I do it using Data Driver wizard? Plz mention it step-by-step. In the end after doing the needful, on opening the Data Driver window, how can I get number (i.e. 3) in the Parameterised column for that particualr value? Thanks a lot in advance.
How to customize qtp?
What are the automation metrice in your project?
How to do the scripting. Are there any inbuilt functions in QTP? What is the difference between them? How to handle script issues?
What is difference between run time object and test object?
Is text area check point supports for web applications?
How can you close the second opened browser?
What are the different recording modes?
In qtp, explain what is crypt object
Suppose I created one object as virtual object? That object is applicable to that test? Or all the tests?
what are the critical test cases in crm? tell me atleast 5 critical test cases? what are the critical bug u find out while testing crm domain?