3.6 KiB
3.6 KiB
Test
Test Attributes
This group describes attributes specific to software tests.
| Attribute | Type | Description | Examples | Stability |
|---|---|---|---|---|
test.case.name |
string | The fully qualified human readable name of the test case. | org.example.TestCase1.test1; example/tests/TestCase1.test1; ExampleTestCase1_test1 |
|
test.case.result.status |
string | The status of the actual test case result from test execution. | pass; fail |
|
test.suite.name |
string | The human readable name of a test suite. | TestSuite1 |
|
test.suite.run.status |
string | The status of the test suite run. | success; failure; skipped; aborted; timed_out; in_progress |
test.case.result.status has the following list of well-known values. If one of them applies, then the respective value MUST be used; otherwise, a custom value MAY be used.
| Value | Description | Stability |
|---|---|---|
fail |
fail | |
pass |
pass |
test.suite.run.status has the following list of well-known values. If one of them applies, then the respective value MUST be used; otherwise, a custom value MAY be used.
| Value | Description | Stability |
|---|---|---|
aborted |
aborted | |
failure |
failure | |
in_progress |
in_progress | |
skipped |
skipped | |
success |
success | |
timed_out |
timed_out |