what is the difference between call to copy action and call
to an existing action

Answers were Sorted based on User's Feedback



what is the difference between call to copy action and call to an existing action..

Answer / minni

When u insert a call to copy of action, the original
action is copied in the test. This copied action will be
nonreusable,independent action.What ever changes u make to
this it will be independent of original action. To make it
clear i l give u an example like if u take a xerox copy of
a sheet, the changes u make to xerox will not effect the
orginal sheet. Same is this also.

Call to existing is like a link to the original.
The called action will be readonly in the test . If u want
to make anychanges u have to make to the orginal only that
will be reflected in the called action.
Here if u want to call the action it shuld be defined as
reusable but for call to copy of action it need not be
reusable.

hope u understood..

Is This Answer Correct ?    29 Yes 1 No

what is the difference between call to copy action and call to an existing action..

Answer / nanda

By using copy of Action we can call any Action whether it is
a reusable or non-reusable. and we can edit this called
action based on situation. but this modification will not
effect to original Action.

by Using call Existing Action we can Reusable Actions only.
This called reusable actions are known as External Actions.
This External Actions are readonly, we can not do any
modifications to script.

If any Queries...

nanda.dreddy@gmail.com

Is This Answer Correct ?    9 Yes 1 No

what is the difference between call to copy action and call to an existing action..

Answer / ram

Call to copy :
1.Read and write
2.copy the original action
3.There is memory loss
4.Modifications not reflect original copy
5.we can call any Action whether it is
a reusable or non-reusable

Call to existing:
1.Only write mode
2.Modifications in original action reflecting in called action.
3.There is no memory loss
4.we can reusable actions only.

Is This Answer Correct ?    7 Yes 1 No

what is the difference between call to copy action and call to an existing action..

Answer / pandu

Hi Nanda,What u send id ok but i hope it is not possible to
call a non-reusable action.

non-reusable: is one which u can all in that test and only
once

Is This Answer Correct ?    2 Yes 1 No

what is the difference between call to copy action and call to an existing action..

Answer / nanda

Just try the call copy of action..and let me know.

what i said is 100% correct.

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More QTP Interview Questions

how can i sent QTP results to the Html, notefile ,xl file give me the code using g mail login page

0 Answers  


How to get align property of the link on web page?

1 Answers  


How many types of object repository in qtp?

0 Answers  


What are the enhancements u did after recording ur script?

3 Answers  


How to do call a output parameter from one action to another action??/

0 Answers   TCS,






How will you load few objects in Active Screen?

1 Answers  


Hi Every body please explain me in steps to use checkpoints and object Repositories in QTP for Flight Reservation application please tell me the steps for this its urgent pls thanx for urs answers

0 Answers  


What is system testing and what are the different types of tests you perform in system testing?

0 Answers  


Suppose U change the script whether it affect the object properties of the object in the object repository

4 Answers   IBM,


what type of test cases tou will automate?

4 Answers   Google,


How to open any application during Scripting?

3 Answers   Crea,


How to use regular expression in descriptive programming?

0 Answers  


Categories