UFT Extensibility Agent library 1.3
BeginRun2 Method
An object that implements the IReporter interface. If you want to add information to the run results, in addition to the standard information included in the results, save this object and use it to call the Report method during the run session.
Description
A 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.
Syntax
Visual Basic
Public Sub BeginRun2( _
   ByVal reporter As Unknown _
) 
Parameters
reporter
An object that implements the IReporter interface. If you want to add information to the run results, in addition to the standard information included in the results, save this object and use it to call the Report method during the run session.
See Also