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 |
How is a Step generator used in UFT?
How can we test an XML using QTP? I have been to an interview, where they have given me an XML which had 15 values and they have given those values on a separate page. They asked me to write a QTP script to check the XML is having those particular 15 values.
Hi..friends can anybody write the script for this question... Am having some 20 nos of links in a web application, i want to click some 5,13 & 17th links. So please....can anybody give the answer....??? -->Hani<--
how can i count the number of links???
HI Everybody, I am using QTP 9.2, I have a problem and hope everybody help me solve it. Now I need to use mouse wheel event to zoom in or zoom out in web client, but QTP can't catch this event. I look forward helping of everybody. Thank you very much.
Tell me about qtp?
How can we disable popup blocker? (I think it means when we get a pop up messge(its error) how we wil disable that one with out interrupting normal process)
What is FRAME WORK? How many Frameworks can QTP supports?
Hi, When iam trying to import sheet to the QTP Global data table at the run time using the Importsheet method.It is able to import the sheet but no data is present after the import due to which the test is failing.Could anyone suggest what should be done. When I open the actual excel sheet data is present and is not corrupted.
How to supress warnings from the "Test results page"?
how to select particular value from the combobox in the current page which is entred in the previous page editbox after parameterization?
Explain about random testing of 500 test cases?