要求されたページは選択されたバージョンでは利用できない。
report
Description
Write user-defined text to the test results.
Arguments
text
Text to write out to the results.
Valid contexts
This action may be used within the following project items: test modules and user-defined actions.
Notes
- 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.
Applicable Built-In Settings
The following settings are applicable to this action: remove double quotes from cells.
Example
Action Lines
Result