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
How is recording done when a application is over lapping the QTP application it gives a message object not recorded
what is meant by function library?Public and private functions in function library? if private functions are applicable for only for the particular test means then y we have to add those to function library?
How will you test a stapler?
we use a file extension .properties why is it used and where do we use it plz help me out with detailed explanation and navigation of how to use on the QTP 8.2?
banking domain description for software tester for interview
What does mean by Scope of Automation?n How we defined it?
What is Port testing. Whhen will you perform?
Is virtual object supported in low level recording mode?
Explain the terms test and business component?
What is qtp window?
descriptive program for a yahoo mail that is in yahoo mail suppose check box mailid subject assume it is like this format all things are in webtable the question is suppose some mail ids are there in that mailids i want to select the check box wich is before a@gmail.com and after that i want to click on delete button
How does you test a weblink which is changing dynamically?
how can i pass a "cript"as a parameter in to a function
How can I find out the cursor position through QTP suppose I am keep tabbing(Pressing the tab key continuously) and stoped at a position Now I want to find out where the cursor position is
In qtp, how you can exit for loop?