Action Object
Description
Object Model

Example
Public Methods
(UFT One versions 2021 and later) | Adds a call to an existing action from the current action. |
(UFT One versions 2021 and later) | Adds a call to an existing API test from the current action. |
![]() | Creates a new action with the specified script content and adds a call to it from the current action. |
![]() | Returns the complete contents of the action script as a string. |
![]() | Uses the specified string as the new script for the action. |
![]() | Validates the script syntax. |
Public Properties
![]() | Returns the ActionParameterDefinitions collection defined for the action. |
![]() | The textual description of the action. |
![]() | The location where the action is stored. |
![]() | The name of the action. |
![]() | Returns an ObjectRepositories collection representing all object repository files associated with the action. |
![]() | The action type: external, reusable, or non-reusable. Note that 'external' is not valid when setting the property value. |
See Also