RemoveAPITest Method

Supported in UFT One version 23.4 and later.

Description

Removes a call to an external API test from the current test.

Syntax

Visual Basic
Public Function RemoveAPITest( _
   ByVal Name As String, _
)

Parameters

Name

The name of the external API test called from the current test.

Remarks

This method is valid only for GUI tests.

Example

See Also