UFT Extensibility Agent library 1.3
PreEndRun Method
Description
The 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.
Syntax
Visual Basic
Public Sub PreEndRun() 
Remarks
If you want to add summary information to the run results, you can do so in this method. Use the reporter object passed to the BeginRun2 method, and call its Report method.
See Also