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

Explain quicktest professional testing process?

0 Answers  


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  


What frame work ur using in QTP in ur current company?

7 Answers   Accenture,


how to merge 2 object repositories in qtp 9.0.what is use of merge and y merge is used?

1 Answers  


What is the difference between Call to Action and Copy Action.?

2 Answers  






To count the no of links present in the yahoo home page i have written the script like this Set fileSysObject=createobject("Scripting.FileSystemObject") Set linksFileName=fileSysObject.opentextfile ("D:\samplelinkfile.txt",2,true) Set linkDescObj=description.Create linkDescObj("micclass").value="Link" Set noOfLinks=browser("yahoo").Page("Yahoo! India").ChildObjects(linkDescObj) For i=0 to noOfLinks.count-1 linkName=noOfLinks(i).getROProperty("name") linksFileName.writeline(linkName) Next linksFileName.close Set fileSysObject=nothing While running the script it showing error that object "yahoo"isnot found in the object repository. Is there any setting before running the script? if yes what is the steps for it.Im using QTP9.0

2 Answers  


tell me about if in the interview what i should tell about pharma application,what r the pharma application concepts,i need pharma application testing features

0 Answers  


How can I check if a environment variable exist or not?

0 Answers  


why use Description programming? what is advantages and disadvantage of this methods?

2 Answers  


Create flight reservation login descriptive programing (Condition: Remove the value and substitute with a variable, and then call the validation from Excel) Plz help me....... very urgent.........

0 Answers  


Sql questions to find second max salary and how to use joins

0 Answers   Deloitte,


Hi, It is HR question. What are the qualities you like and dislike in your Project Manager?

2 Answers   TCS,


Categories