UFT Extensibility Agent library 1.3
IRecordable Interface
Description
Services to inform the testing agent of recording status.
Object Model
IRecordable Interface
Remarks

When UFT enters the record mode, it informs the Testing Agent.  The Testing Agent calls the record method before performing the action and blocks the application until the record request returns so that UFT sees a consistent state before running the step.

The agent must be available to handle requests from UFT while waiting for the record method to return.

This interface is optional.

Public Methods
Public Method BeginRecordingInforms the testing agent that a recording session started.
Public Method EndRecordingInforms the testing agent that the recording session ended.
See Also