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
What is the difference between the keyword view and expert view?
Mention the test steps of qtp.
How you can delete excel file in qtp?
How to build scripts that access data from external sources?
Can any one tell me.......How the test engg's start testing in the compy environment.....real time tester PLSSSS help me i need in depth information regarding this...
What ate the Technologies supported by QTP?
Can any body please tell me the steps of keyword driven framework of QTP.
Hybrid framework supports Descriptive programming. Is it true?
What are the methods of the TextStream object that are used for reading from a text file?
what is the difference between data driver & data driven and driver script?
What are the key elements available in test result window?
write a script to verify the image path(src property) of the images which are in web pages.
What is an expert view and keyword view?
Functions call by reference and call by value. i want the diff b/n these 2 and how will be the script for this?in which situation we use these 2..?pls explain me clearly
breef description of batch testing ?