Types of Actions

There are three types of actions:

1.     Normal/Non-reusable action : An action that can be called only in the test in which is resides and can be called only once 

2.     Reusable action: An action that can be called multiple times by the test in which it resides and can also be called by other tests. 

3.     External reusable action : A reusable action stored in another test. External actions are read-only in the calling test, but we can choose to use a local, editable copy of the Data Table information for the external action.


Contributed by: Vamshi Gowtham
m.vamsigowtham@gmail.com