Skip to content

SeSReportText

Used to show long text message in the report. In most cases passing SeSReportText is the same as passing string - it will be converted to SeSReportText.

Action Summary

Action Description
SeSReportText Used to show long text message in the report.

Action Detail

SeSReportText

Used to show long text message in the report. In most cases passing SeSReportText is the same as passing string - it will be converted to SeSReportText.

Tester.Message("Log File", new SeSReportText("Response time: 3.35"))

Parameters:

Name Type Description
txt string Message text.
caption string Message caption.
Optional.