Object Repositories types, which & when to use?

Answers were Sorted based on User's Feedback



Object Repositories types, which & when to use?..

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

Object Repositories types, which & when to use?..

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

Object Repositories types, which & when to use?..

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

Post New Answer

More QTP Interview Questions

how to validate email?email ie correct or not ?with below conditions. 1)before @(symbol) only alphbates and min 4 char to max 15 chars. 2)before @(symbol) only alphabates dont use ant special chars or numarics 3) after @(symbol) only one dot(.)symbol for ex:abc@gmail.com it is valid email or not based above conditons

2 Answers   Aspire,


What is different command used in command Prompt while using QTP?

0 Answers  


Hi, how can we retrieve a specific value from Excel Sheet (Not datatable. for externel file).i mean to say from .xls file. and also tell me from xml file and .doc file. and how can u parameterize ur script from .xls file.(Not data table).

2 Answers   Cap Gemini,


How does you test a weblink which is changing dynamically?

0 Answers  


What kinds of security (firewalls, encryptions, passwords, etc.) will be required and what is it expected to do? How can it be tested?

0 Answers  






Distinguish between manual testing and automation testing

2 Answers   HCL,


If an application name is changing frequently i.e while recording it has name “Window1” and then while running its “Windows2” in this case how does QTP handle?

7 Answers   Covansys,


Which scripting language QTP is using?

6 Answers  


What are the types of object repositories? Which one is you using?

0 Answers  


What are private functions in QTP? How they can be called from the function library?

0 Answers   HCL,


Waht is User interface and Integration Testing?

1 Answers  


How to do excception handling ( error handling ) in QTP

6 Answers   Institute for Medical Education,


Categories