AddExistingAction Method

Supported in UFT One versions 2021 and later.

Description

Adds a call to an existing action from the current test.

Syntax

Visual Basic
Public Function AddExistingAction( _
   ByVal Path As String, _
   ByVal ActionPosition As qtActionPosition _
) As Action

Parameters

Path
The full path to the existing action. It could be a local or ALM path.
ActionPosition
Indicates whether to add the call to the existing action as the first or last step in the test.
ValueDescription
qtAtBeginingThe beginning of the test.
qtAtEndThe end of the test.

Remarks

  • Using this method, you can add the existing action only to the beginning or end of the test.
  • You can move the action to another location only by opening the test in the UFT One application and modifying its location manually.

Example

See Also