ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
info       Did you received any Funny E-Mails from your Friends and like to share with rest of our friends? Yeah!! you can post that stuff   HERE
Google
 
Categories  >>  Software  >>  Testing  >>  Automation Testing  >>  QTP
 
 


 

 
 WinRunner interview questions  WinRunner Interview Questions
 Load Runner interview questions  Load Runner Interview Questions
 QTP interview questions  QTP Interview Questions
 Test Director interview questions  Test Director Interview Questions
 Rational TestSuite interview questions  Rational TestSuite Interview Questions
 Silk Test interview questions  Silk Test Interview Questions
 Automation Testing AllOther interview questions  Automation Testing AllOther Interview Questions
Question
What is the difference between "call to action" and "call  
an existing action"
 Question Submitted By :: Guest
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What is the difference between "call to action" and "call an existing action"
Answer
# 1
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 ?    1 Yes 1 No
Nagesh
 
  Re: What is the difference between "call to action" and "call an existing action"
Answer
# 2
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 ?    2 Yes 0 No
Subhan.qa
 
 
 
  Re: What is the difference between "call to action" and "call an existing action"
Answer
# 3
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 ?    3 Yes 3 No
Sowmya
 
  Re: What is the difference between "call to action" and "call an existing action"
Answer
# 4
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 ?    1 Yes 1 No
Sridhar Mallepally
 
  Re: What is the difference between "call to action" and "call an existing action"
Answer
# 5
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 ?    0 Yes 1 No
Praveena
 
  Re: What is the difference between "call to action" and "call an existing action"
Answer
# 6
sowmya's answer is perfect than others.
 
Is This Answer Correct ?    0 Yes 1 No
Nanda
 
  Re: What is the difference between "call to action" and "call an existing action"
Answer
# 7
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 3 No
Neeraj Chauhan
 

 
 
 
Other QTP Interview Questions
 
  Question Asked @ Answers
 
In QTP how can we recognize objects Without using Object Repository? IBM2
What is meant by Repository? Four-soft5
Can we set a timeout for the msgbox.I want the msgbox to disappear after 2 seconds during the script execution without clicking on the OK button manually.  4
how to write vbscript on web applications in qtp. explian with one example? Wipro4
Tell me the QTP Advantages and Disadvatages ? Accenture3
When we use 'ERR' object to handle the exceptions in the script, do we need to include any statement in the beginning of the script..?? DST-Global-Solutions2
hai, i am doing QTP by own. So, i am confident in checkpts,synchronization, data driven test, recovery scenarioe manager etc. but actually i don't know how all these we wil implement while we r writting code manually. when we r doing practice, while recording code is automatically generated but in real time i heard that we have to write the script.But i don't know how it is? How to write descriptive prog.? plz. tel me what r the basic things we have to know? explain how to write descriptive prog.? explain me with an example pls....... Vertex2
hi this is srinivasa(from blr) i complited my B.tech(e.c.e) in 2007 im searching job in s/w testing but idont have freshers resume for s/w testing please send some s/w testing resume for me(fresfers resumes only) advns thnks you  2
suppose there r 10 action in a test i want to execute action 5 to 10 how would i do that  1
there is 3 flash player buttons does QTP identify them or not else we have to do install anything related that software if we have to install what is that software and how we install it into QTP8.2 GIVE ME EXCAT ANSWER IF U KNOW.  1
Hi Guys, I tried to install java add-in for QTP 9.5 after the whole installation but it didn't install but then i also found in documentation saying that winrunner7.6 patch for java plugin would work fine with QTP. But when i tried to install from winrunner7.6 it asks me for the path of winrunner So my question is are we supposed to install winrunner for java add in to work on QTP. Please suggest me  1
actually how many hours per one day we will work on automation (qtp) in real time Synechron1
How to create frame work for qtp? Polaris1
What is the need and applications of learning VB script for a automation(QTP) engineer ain Realtime ?  1
What is descriptive Programming in qtp.  5
How many actions we can create with in a test?  4
can anybody give me the links for vb script material  1
Today only i joined in this site. Can u please tell me definition of parameterization. and how i can do the parameterization?  4
Hi, how can we retrieve a specific value from Excel Sheet (Not datatable. for externel file).i mean to say from .xls file. and also tell me from xml file and .doc file. and how can u parameterize ur script from .xls file.(Not data table). Cap-Gemini1
How i can use Regular expression in QTP?give detailed steps for it.  2
 
For more QTP Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com