Question:
What is calling to copy of action and calling to existing action?
Answer:
The difference between call to copy and call to existing is In call to copy a copy of an action is taken and when this copy is updated with any script it will not be updated into the original action.whereas in the later i.e call to existing action it is reflected to original action. Source: CoolInterview.com
Answered by: karthik | Date: 1/4/2008
| Contact karthik
"Call to Copy of Action" copies entire code of an Action.In this Action the user able to edit the code. Source: CoolInterview.com
Answered by: Rajendrakumar | Date: 1/8/2008
| Contact Rajendrakumar
copy of action: 1)We can copy a reusable or non-reusable action. 2)We can modify the called test, which will not affect the main test and vice-versa. Existing Action :1)we can call only reusable actions (externally). 2)The called reusable action is read-only. 3) you can not modify any script in the sub-test. 4)If you modify main test, it will affect the subtest. Source: CoolInterview.com
Answered by: Vijayalakshmi Ramasamy | Date: 1/10/2008
| Contact Vijayalakshmi Ramasamy
Calling copy of action : If we select this option,then the previously created action will be copied in the current test in read and write mode. calling existing action:If we select this option,then the previously created action will be attached to the current test in read only mode Source: CoolInterview.com
Answered by: shanthi | Date: 1/12/2008
| Contact shanthi
Call to copy of Action: All the actions can be called using call to copy of action. Here it will create the copy of the script and also creates a separate data table for that action.
Call to existing Action: It will move the cursor to the particular Action. It will not create a copy. Here we can call only re-usable actions. Source: CoolInterview.com
Answered by: Ramya.L | Date: 1/17/2008
| Contact Ramya.L
Copy of action means call that script which you have saved and call to ex histing action which script you are going to use in your current script . Source: CoolInterview.com
Answered by: deep | Date: 1/28/2008
| Contact deep
Call to existing action means it will call the already stored action to the main test in order to execute the test.here we can view the test script written but we cannot modify the script. where as when u use calling to copy of action the functionality is similar to Calling to existing action however this will save a copy of the test script of the action which can also be modified. Source: CoolInterview.com
Answered by: Sandhya | Date: 1/28/2008
| Contact Sandhya
We go for Automation Testing when there is a need for regression testing and re-testing as a result of rebuild, fixed a defect, introduction of another functionality to the AUT (Application Under Testing). Source: CoolInterview.com
Answered by: Michael | Date: 2/2/2008
| Contact Michael
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|