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 that UFT adds, save this object and use it to call the Report method during the run session.
Description
UFT 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.
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 that UFT adds, save this object and use it to call the Report method during the run session.
See Also