SeSReportFile¶
Used to attach a file to the report.
Action Summary¶
| Action | Description |
|---|---|
| SeSReportFile | Used to attach a file to the report. |
Action Detail¶
SeSReportFile¶
Used to attach a file to the report.
Tester.Message("Log File", [new SeSReportFile("d:\\temp\\app.log", "Application Log File")])
Parameters:
| Name | Type | Description |
|---|---|---|
| path | string | Path to a file. |
| caption | string | Caption to show in the report. |