UFT Extensibility Agent library 1.3
BeginRecording Method

A UFT 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 UFT native recording.

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

A UFT 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 UFT native recording.

See Also