UFT Extensibility Agent library 1.3
ITestEvents2 Interface
Description
Extends ITestEvents with additional test run events passed by UFT to the testing agent.
Object Model
ITestEvents2 Interface
Public Methods
Public Method BeginRunUFT is beginning a run session.
Public Method BeginRun2UFT is beginning a run session. The reporter object can be used to add custom information to the run results. This event is passed in addition to BeginRun.
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 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 ResumeRunUFT is resuming the suspended run session.
Public Method TestHasBeenClosedUFT closed the test.
See Also