what is the difference between call to copy action and call
to an existing action
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 keyword driven framework?
how can we compare descriptive programing with a regular expression
what is the object properties settings in the QTP
What is an expert view and keyword view?
Hi all, can anyone tell me the challenges u faced while using qtp?
How we can use the database checkpoint on a java web based application in which the database connectivity is done using JDBC->Pure Java type (in this type there is no need to create a DSN). At present in QTP we can fetch database values using checkpoint only through DSN. Is there any programming for this if we don't have DSN (ODBC)
what questions i have to pripare for project manager round interview ? plz give Ans.(Chandana)
WHAT IS A TEST STRATEGY & WHAT IS THE DIFFERENCE BETWEEN TEST STRATEGY & TEST PLAN?
21 Answers ABM, AZTEC, CTS, Infosys, Nihilent, Orange,
Inserting a Call to Action is not Importing all columns in Datatable of globalsheet. Why?
what is Compile Module in QTP? what exactly it contains Functions or Actions?
How to create Userdefined Function.Please write the steps ans also provide example where exatcly we use it.
How to create basic scripts from a manual test case in QTP?