UFT Extensibility Agent library 1.3
ITestEvents Interface
Description
Test run events passed by UFT to the testing agent.
Object Model
ITestEvents Interface
Remarks
UFT uses the methods in this interface to inform the Testing Agent of changes in the UFT state. The agent uses the event methods to take appropriate action. If the agent does not need this information, implementation of the event methods is not required.
Public Methods
Public Method BeginRunUFT is beginning a run session.
Public Method DisconnectUFT is exiting.
Public Method EndRunThe run session is completed or canceled.
Public Method PauseRunUFT suspended the run session, but it may be resumed.
Public Method ResumeRunUFT is resuming the suspended run session.
Public Method TestHasBeenClosedUFT closed the test.
See Also