Test

Test Attributes

This group describes attributes specific to software tests.

AttributeTypeDescriptionExamplesStability
test.case.namestringThe fully qualified human readable name of the test case.org.example.TestCase1.test1; example/tests/TestCase1.test1; ExampleTestCase1_test1Development
test.case.result.statusstringThe status of the actual test case result from test execution.pass; failDevelopment
test.suite.namestringThe human readable name of a test suite.TestSuite1Development
test.suite.run.statusstringThe status of the test suite run.success; failure; skipped; aborted; timed_out; in_progressDevelopment

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.

ValueDescriptionStability
failfailDevelopment
passpassDevelopment

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.

ValueDescriptionStability
abortedabortedDevelopment
failurefailureDevelopment
in_progressin_progressDevelopment
skippedskippedDevelopment
successsuccessDevelopment
timed_outtimed_outDevelopment