What is the difference between "call to action" and "call
an existing action"
Answers were Sorted based on User's Feedback
Answer / sowmya
i think there is only
1.call to new action -- creates new action
2.call to copy of action -- copies existing action and we
can modify that and the original one will not change
3.call to existing action -- calls existing action action
and we can't change the script, in the called action
and there is no "call to action" and we can chage the
script and we can change the original one too.
let me know if i am wrong.
Is This Answer Correct ? | 20 Yes | 3 No |
call to action : the changes made in call to action, will be
reflected in original action(from where the script is
called).But where as in call to copy Action , the changes
made in the script will not effect the original
script(Action).call an existing action means calling a
reusable action that is stored in same test or in some other
test wich is like a function call.
Is This Answer Correct ? | 9 Yes | 2 No |
Answer / sridhar mallepally
Sowmya,
You are right. We should use the Call to Copy of action
only when we need the change the code and if there is no
change needed we can use Call to existing action and we can
edit the data which is coming from the external action. I
prepared a detailed document with questions and also
answers and it is available on my website
http://www.questionsforinterview.com which will answer all
such questions.
Sridhar Mallepally
Is This Answer Correct ? | 3 Yes | 2 No |
Answer / mahaboob
Hi
call to action contains the calling the reusable and non
reusable actions scripts in to read and write mode where
the call to action is independent to the original script.
call to existing action contains the calling the only the
resuable actions script in to read only mode where the call
to existing action script is dependent to the original
script.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / 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 |
Answer / praveena
call to action:
any action can be called with in the text and with in the
another text.we can call action by default qtp creates copy
of action
call to existing action:
it is reusable action with in the text or with in the
another text.qtp creates a link to called action and make
to statements as read only calling actions.
if it is wrong plz tell the correct.............
thank you
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / pradeep
Hi
I read all answers still not getting correct diffrence can anyone explain what is the diff between them .
thanking you
Pradeep
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / neeraj chauhan
I think "Copy of Action" or "Call to Action" is the same
thing, if a user wants to call an external action, he/she
makes a copy of that to use it in QTP, in these terms it is
called "Call to Action".
Is This Answer Correct ? | 0 Yes | 6 No |
Differences between text and test area checkpoints?
Hi everybody.. I m using QTP 9.2 version., plz send me licence key is it seat or concurrent licence key... plzzzzzzzzz plz help me for this one and its Locking code:8-5C740 Maintenance number: 0123-2820602186.,
How to find the name of the machine where you are running your automation scripts in qtp?
I have multiple radio buttons i need to select a radio buton and i dont want to hard code i have a generic function for it there i have used select#0 so it selects first radio button but for other script i want to select the 4th radio button how i can make it still more generic
4 Answers Accenture, Acentia, LM,
what are the utilities and drivers
Hi experts. I want to create a framework for the Flight Reservation sample application.Can anybody tell me the files and the contents , and how to create them.Thanks
how can we group that these test cases only should be automated and in which order you execute that test cases
Tel me what was the automation testing process you followed?
-->IF two TextBOxes are there in a "Form". -->A table contains some records which contains usernames & password.. -->What is the script we need to write using Descriptive programming concept...in QTP (simply DATA DRIVEN TEST SCRIPT OF QTP)?
Does Low-level recording capture mouse movements?
Suppose there is a bitmap with some text in it how do you write the script to get the text.
With what extension you can save the list of tests in a file to run in test batch runner?