Steps that we are recording when we create a test, and all the modifications we made while editing are part of a single action.
We can divide the test into more than one action and by inserting calls to existing actions or by inserting calls to them.
There are three types of Actions:
- Reusable Action
These type of actions can be called multiple times within the same test or (in other words we can say that) with which it is stored.
- Non- Reusable Action
These types of actions can be called once within the same test or (in other words we can say that) with which it is stored.
- External Action
These type of actions can be called multiple times in the same test as well as with another test in read mode only.