InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between Call To Existing Action And Copy Of An Action? |
|
Answer» When we INSERT Call to Existing Action, they are read only in the calling test. It can only be modified in the ORIGINAL test. Where as come to Copy of Action, you can make changes to the copied action. Changes will not EFFECT the original action where it created. When we insert Call to Existing Action, they are read only in the calling test. It can only be modified in the original test. Where as come to Copy of Action, you can make changes to the copied action. Changes will not effect the original action where it created. |
|