report
Write user-defined text to the test results.
Name | Description | Type | Modifier |
---|---|---|---|
text | Text to write out to the results. | String | None |
None
This action may be used within the following project items: test modules and user-defined actions.
text
report This is a report
report error This is an error
report warning This is a warning
- Output of the report action is displayed in the Log Information tab of the test results.
- This action nay be used to add clarifying text to a result report.
- The contents of the text argument may contain an expression, and hence report may be used to view the values of variables at any point in the test.
- This action supports the <ignore> modifier. If the string
<ignore>
is present as the value of the argument, or the argument contains an expression that evaluates to<ignore>
, the action is skipped during execution.