UFT Extensibility Agent library 1.3
ITestEvents Interface
Description
Test run events passed by OpenText Functional Testing to the testing agent.
Object Model
ITestEvents Interface
Remarks
OpenText Functional Testing (the testing tool) uses the methods in this interface to inform the Testing Agent of changes in the testing tool's 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 BeginRunA run session is beginning .
Public Method DisconnectThe testing tool is exiting.
Public Method EndRunThe run session is completed or canceled.
Public Method PauseRunThe run session was suspended, but it may be resumed.
Public Method ResumeRunA suspended run session is resuming.
Public Method TestHasBeenClosedThe test was closed.