AddRunInformation Method (IReporter)
Adds a custom entry to the top section of the UFT Developer report.

C# Syntax

void AddRunInformation( 
   string fieldName,
   string fieldValue
)

Parameters

fieldName
The entry name.
fieldValue
The entry value.