Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the difference between "call to action" and "call
an existing action"

Answers were Sorted based on User's Feedback



What is the difference between "call to action" and "call an existing action"..

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

What is the difference between "call to action" and "call an existing action"..

Answer / subhan.qa

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

What is the difference between "call to action" and "call an existing action"..

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

What is the difference between "call to action" and "call an existing action"..

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

What is the difference between "call to action" and "call an existing action"..

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

What is the difference between "call to action" and "call an existing action"..

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

What is the difference between "call to action" and "call an existing action"..

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

What is the difference between "call to action" and "call an existing action"..

Answer / nanda

sowmya's answer is perfect than others.

Is This Answer Correct ?    0 Yes 1 No

What is the difference between "call to action" and "call an existing action"..

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

Post New Answer

More QTP Interview Questions

How will you handle the situation when object is not captured during record?

2 Answers  


In Object Repository, two actions r there. Action1 name is A.tsr, Action2 name is B.tsr. Is it Possible? if Yes, what is the out put of A+B? if No, why?

2 Answers   Kanbay,


i have an array CAPGEMINI .....Here i need to check whether G is there or not ..how to do that and friends i have one big doubt that is whether it is array or string ,how we come to know that and where we consider that it's array ,where we consider that it's an string because when i want to find the length i have big doubt whether we need to use len function or ubound ... ans me for this TWO Questions any one please

7 Answers   Cap Gemini,


What is the concept of firewalls?

2 Answers   CTS,


Some time when i wanna learn the object i face issue like i am not able learn the object in proper manner... eg:for text bo on web page it should learn as webedit but some times it reads as winobject:internetexpoler-server, because of this i have to uninstall the qtp and re-install it again when i do this it reads the object perfectly.....plz suggest the soln

0 Answers  


Hi, Can we open a test in qtp10 which is saved in qtp 9.2?

0 Answers  


can we run the scripts of qtp 8.2 in the qtp7.0?

2 Answers  


Explain how you can find the absolute value of the number in qtp?

0 Answers  


How to Install QTP on Citrix Environment? Possible send me the installation steps.. That would be great help

1 Answers  


Hello, I am working on automating unix application using QTP via terminal emulator.Recording and playback works as i execute my test case. I need to parameterise my data now. Steps to be followed 1. go to the application TeWindow("TeWindow").Window("Connect").WinButton ("Connect").Click 2. Make a transaction to an account I am able to make transaction one at a time (one person when i run the script) and the script is as below and works fine. TeWindow("TeWindow").TeTextScreen ("TeTextScreen").Type "./4ee.sh" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micReturn TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync TeWindow("TeWindow").TeTextScreen ("TeTextScreen").Type "a21100002" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micReturn TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync TeWindow("TeWindow").TeTextScreen ("TeTextScreen").Type "tcccc" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micReturn TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync TeWindow("TeWindow").TeTextScreen ("TeTextScreen").Type "test" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micReturn TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micF1 TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type "6" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micF1 TeWindow("TeWindow").TeTextScreen ("TeTextScreen").Type "xexit" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micReturn TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync 3. Now i need to Make a transaction to the account for the list of people available from data table. How do i do this? Please let me know if you can Thanks, Chaya

1 Answers   Apex,


Hi Suppose u have complex Test scripts which u vl write first and which u vl execute first

2 Answers   Symphony,


Hi, I want to write the script for a webpage. But i didn't added the properties of the objects to the object repository. Without adding the object properties to the object repository, how to write the script. When i am writing the script, Let us say i typed as Browser (""). after selecting ".", if the object is added to the object repository it will display atomatically. But in my case it is not as i didn't added the object properties. How to proceed further in the above mentioned case to write the script manually. Pls let me know if you didn't understand the question.

3 Answers  


Categories