Types of Actions in QTP in Testing

Steps that we are recording when we create a test, and all the modifications we made while editing are part of a single action.

call-to-action.jpg


external-actions.jpg

We can divide the test into more than one action and by inserting calls to existing actions or by inserting calls to them.

split-action.jpg

There are three types of Actions:

  1. 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.

    reusable-action.jpg

  2. 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.

  3. 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.


Similar Articles