UFT Extensibility Agent library 1.3
BeginRecording Method

An Extensibility library reference. This library exposes interfaces QTPInterface.IRecorder and QTPInterface.IRecordSuppressor.

These interfaces are used to record test steps and to perform dynamic suppression of the OpenText Functional Testing native recording.

Description
Informs the testing agent that a recording session started.
Syntax
Visual Basic
Public Sub BeginRecording( _
   ByVal recorder As Unknown _
) 
Parameters
recorder

An Extensibility library reference. This library exposes interfaces QTPInterface.IRecorder and QTPInterface.IRecordSuppressor.

These interfaces are used to record test steps and to perform dynamic suppression of the OpenText Functional Testing native recording.

See Also