ReportEvent(String,String) Method
Adds a custom step to the OpenText Functional Testing for Developers with default status "Passed".

C# Syntax

public static void ReportEvent( 
   string stepName,
   string description
)

Parameters

stepName
The name of the reported step. This name is the label of the step node in the report.
description
The description of the reported step. The description is displayed in the Details pane of the report.