Wednesday, 10 June 2015

QTP - 22 - Types of Actions:

There are three types of actions:

Non-reusable action - An action that can be called only in that specific test in which it has been designed and can be called only once. It can't be used in other actions.

Reusable action - An action that can be called multiple times any test in which it resides and can also be used by any other tests

External Reusable action - It is a reusable action stored in another test. External actions are read-only in the calling test, but it can be used locally with the editable copy of the Data Table information for the external action

Note :  By default all actions are reusable. We can change the usablility of any aaction by making them usable or non-reusable.

No comments:

Post a Comment