UFT Extensibility Agent library 1.3
ITestEvents2 Interface
Description
Extends ITestEvents with additional test run events passed by OpenText Functional Testing to the testing agent.
Object Model
ITestEvents2 Interface
Public Methods
Public Method BeginRunA run session is beginning.
Public Method BeginRun2A run session is beginning. The reporter object can be used to add custom information to the run results. This event is passed in addition to BeginRun.
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 PreEndRunThe run session is close to its end. This is the last moment that the reporter passed by BeginRun2 is still valid and can be used to add information to the run results.
Public Method ResumeRunThe suspended run session is resuming.
Public Method TestHasBeenClosedThe test was closed.