Object Repositories types, which & when to use?
Answers were Sorted based on User's Feedback
Answer / geena
Two types of objRepo
1. Local Objrepo
2. Shared Objrepo
When you create you script you find local objrepo and if
you need to use previously created repository than it is
useful to Shared Objrepo.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ramyab.mca@gmail.com
Hai....
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.
K,Byeeee.....
Thanks & Regards
B.Ramyasri
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / 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 |
how to capture tool tip in QTP and which check point is needed
What is quicktest professional window?
i need code for how to click on particular mail in utlook mail box .its urjent Thank You Balaji
what is impact analysis on regression testing?
Hi, I am working on microsoft infopath forms..It is standalone form..(not dotnet or web.) . I am not able to indentify any objects in it.. I am currently using active accessibility in the macro for the same but its execution is too slow.. Kindly help in case you have better solution.
how to select the work for complete automation and one more thing when u are going to choose automation
what skills needed to be good test automation?
Suppose there are 10 browsers opened on desktop. I want to close all browsers except one browser in QTP. Can any one give the code for this?
write vb script code to delete the duplicate values in an array.
diff between wr and qtp in detail.
How to get Links count in an web application,without descriptive programming?
What are the main features we have to compulsory test by using qtp in an web based application