text-output Element
The text-output element represents a piece of text that is part of the test output. This could be test output generated with the PRINT function, output generated by builtin XJEase functions such as RUNSTAPL, CONNTEST, CHECKCHAIN, etc, or output indicating errors, test pass or test failure.
Inner Text
The test output as text inside a CDATA section.
Attributes
Name |
Type |
Description |
output-type |
String |
A value indicating the type of text output. One of:
- Error
- Indicates that the text is a runtime error from the system or a message indicating that a test has failed.
- Pass
- A message indicating that a test has passed.
- Warning
- Indicates that the text is a runtime warning.
- UserText
- Indicates that the text is normal test output either generated with the PRINT function or generated by an XJTAG builtin function.
- Looping>
- Indicates that the text contains information about the looping of a test group or the test list.
|