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_test1Experimental
test.case.result.statusstringThe status of the actual test case result from test execution.pass; failExperimental
test.suite.namestringThe human readable name of a test suite.TestSuite1Experimental
test.suite.run.statusstringThe status of the test suite run.success; failure; skipped; aborted; timed_out; in_progressExperimental

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
failfailExperimental
passpassExperimental

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
abortedabortedExperimental
failurefailureExperimental
in_progressin_progressExperimental
skippedskippedExperimental
successsuccessExperimental
timed_outtimed_outExperimental