what happen in object repository(shared)if we call an
existing action from an external action ? and what happen
in object repository(peraction)if we call an existing
action from an external action ?
Answer Posted / uday kumar_anem
If the calling test uses a per Action Object Repository,
then:
1. QTP cannot call Actions that use a shared Object
Repository.
2. QTP can call Actions that use a per Action Object
Repository, but it will be read-only.
3. QTP can call copy Actions that use a per Action Object
Repository.
4. QTP cannot copy Actions that use a shared Object
Repository.
If the calling test uses a shared Object Repository, then:
1. QTP can call Actions that use the same shared Object
Repository as the calling test.
2. QTP can call Actions that use per Action Object
Repositories.
You can instruct the external Action to refer to its own
Action repository or to use the same shared Object
Repository as the calling test. You do this in the External
Action tab of the Action Properties dialog box.
3. QTP can call Actions that use a different shared Object
Repository than the one used by the calling test.
The called Action will use the calling test's shared Object
Repository.
4. QTP can copy Actions that use shared or per Action
Object Repositories.
QTP only copies in the Action, not its corresponding Object
Repository.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Explain different type of event trigger option.
What is the extension of the recovery scenario file in qtp?
Explain measuring transaction.
How does QTP identify an object?
1. wat are the main diff b/w QTP 8.0 AND QTP 9.2 ( not user interface) 2. wat is the meaning of Keyword in keyword driven frame work? 3. how u will handle the unknown errors while exucution. (not recovery scenario)
Why to use descriptive programming?
explain how to write vb script in qtp?when will you write own script?
What the differences are and best practical application of Object Repository?
How many ways we can parameterize data in quicktest professional (qtp)?
Suppose I created one object as virtual object? That object is applicable to that test? Or all the tests?
i need code for how to click on particular mail in utlook mail box .its urjent Thank You Balaji
WHAT IS THE DIFFERENCE BETWEEN QTP SCRIPT AND VB SCRIPT? HOW MUCH PERCENTAGE WE USE IN QTP SCRIPT REAL TIME AND HOW MUCH PERCEN OF VB SCRIPT,,,,,,,
How is test case write?
Whether qtp 9.0 supports Test director8.0
How can you write the scripts that operate on different objects depending on run-time information?