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.
BeginRecording | Informs the testing agent that a recording session started. |
EndRecording | Informs the testing agent that the recording session ended. |