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 are the general steps involved in the data driven framework?
diff between qtp versions from 8.5
How do I lauch my test website using code from qtp in different environmet, uat and PPTE?
What are the differences between qtp and winrunner?
How to use actions in qtp ?
I want to test my vb.net solution file using qtp. Does Qtp test only .exe file?
What are the advantages of a Hybrid framework?
Hi friends did any budy attend accenture system test for qtp? if any budy pls drop questions.not only accenture any other mnc company which you attended system test(QTP)?it may helpful to others also
How to write business scripts using object repository with different scenarios
How will you compare keyword and expert view?
In an interview, what r the general questions asked in SQL which is realted to testing ?pls give me anwser to this question?
how to write the descriptive programming in QTP for remove the object value and substitute, with a variable then call the validation from excel
Is it possible to split an action? How?
Where you are storing your script?
An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?