What is the difference between "call to action" and "call
an existing action"
Answer Posted / nagesh
When you insert a call to a copy of an action into a test,
the original action is copied in its entirety, including
checkpoints, parameterization, the corresponding action tab
in the Data Table, plus any defined action parameters. If
the test you are copying uses per-action repository mode,
the copied action's object repository is also copied
together with the action.
You can insert a call to a reusable action that is stored
in your current test (local action), or in any other test
(external action). Inserting a call to an existing action
is like linking to it. You can view the steps of the action
in the action view, but you cannot modify them.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What are the different recording modes and how do they work?
What is the Command used to start the QTP
What are the general steps involved in the data driven framework?
please any one can explain the keyword driven framework. with gmail example.
How can I check if a environment variable exist or not?
An action has both shared and local OR associated with it and both have the same object in them. In the test which one will be considered?
Can we write winrunner language i.e TSL in QTP tool?
What is the parameterization? Give one example?
Hi, my requirement is to make a query in SQL using QTP. And i have to get the results of that query and i have to use those results for future testing. I created a driver but i dont know the code for using this Driver. please help me by providing the solution for y requorement
If I change the object name in one action will it be updated in all the actions? Or not?
Can you write a script to check if the folder exists or not?
What is Unicode Compatibility?
This is a question thats generally asked in every QTP interview. What were the problems that you faced during automation and how did you resolve them?
Write the code for,In the page screen we have total 10 Links,out of these I have to click 9th link
How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks