report error
Flag a runtime error and specify the error description text.
Name | Description | Type | Modifier |
---|---|---|---|
text | Descriptive text to accompany the error notice. | 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
- This action increments the error count for the test run.
- The contents of the text argument are displayed in the Log Information tab of the test results.
- If the notice level built-in setting is set to allow runtime errors to pause testing, the standard error message box is triggered by this action, and also displays the contents of the text argument.