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

what r the executing modes in QTP

2 Answers  


take one example and write vbscript on one web application in qtp? explian descriptive programe with one example?

2 Answers   IBM,


does qtp need record and playback in realtime. plz tell exactly wat happens

3 Answers   HP,


Tell me about userdefined functions ?

1 Answers  


How to send the qtp results file by email (Lotus notes).

1 Answers   TCS,






My Application is a client server application , but there is one functionality , when we click on one particular icon it launches web browser . When I am recording in QTP , By select approprait web add in also , it not able to record in web page , I am able to record till click on the icon. Please provide me how to over come this type of problem.

2 Answers  


how can we compare descriptive programing with a regular expression

0 Answers  


What is expert view and keyword view?

0 Answers  


Please let know the scripts for counting number of repeated letters in the word. Note repeated letter should not be count agian. Ex: If "Hello" is my word... l is coming twice.. it should count once and print... secong 'l' should not count again..

5 Answers  


What is the basic concept of qtp?

0 Answers  


Where to use function or action?

0 Answers  


If I want to run more than one test (With different functionality) with in one script, then what i do? plz. explain with any example.

4 Answers  


Categories