Actions is a set of logical statements to perform specific test.
Types of Actions : There are three types of actions available in QTP.
-
Non Reusable action
-
Reusable action
-
External action
Non Reusable action – An action that can be called only in the test with which it is stored, and can be called only once.
Reusable action – An action that can be called multiple times by the test with which it is stored (the local test) as well as by other tests.
External action – A reusable action stored with another test.External actions are read-only in the calling test, but you can choose to use a local, editable copy of the Data Table information for the external action.
Additional Readings
How to include an Action template in a new action automatically?
Hello,
I created DOTNETFactory form using you previous example, everything works really good – thanks for that
Next – I am trying to create scroll bar that will allow to move my form left or right
I manage to generate for HscrollBar component in UI but each time i moving it left or right – form itself is not moving and not react
will appreciate your help here
Many thanks