![]() |
OTX Reference
|
|
The abstract type SetTestResult serves as a base for all concrete actions which set the test result of a TestResultContainer within a TestResultSession. More...
Public Attributes | |
StringTerm | description |
This optional element can be used for a textual description of the test result. More... | |
MapTerm | properties |
This optional element can be used for setting properties of the test result (e.g. a print condition, an identifier for forwarding the result value to a downstream IT system). The keys and values of the map shall be only of otx:CountableType. More... | |
TestResultSeverityTerm | severity |
This element represents the TestResultSeverity of the test result. More... | |
TestResultContainerTerm | testResultContainer |
The TestResultContainer which shall receive the test result. More... | |
TestResultSessionTerm | testResultSession |
The TestResultSession in which the test results are to be handled. More... | |
![]() | |
OtxLink | validFor |
Cardinality [0..1] Validity of ActionRealisation. More... | |
The abstract type SetTestResult serves as a base for all concrete actions which set the test result of a TestResultContainer within a TestResultSession.
All derived actions shall cause the OTX runtime system to capture and evaluate the test result, provided that the TestResultSeverity of that test result is higher or equal than the currently set TestResultHandlingLevel threshold.
If the assigned TestResultContainer has child TestResultContainers the TestResultContainer cannot be assigned its own test result.It is forbidden to set a test result of a parent TestResultContainer by SetTestResult derived actions.
StringTerm OpenTestSystem.Otx.Extensions.TestResultHandling.Actions.SetTestResult.description |
This optional element can be used for a textual description of the test result.
MapTerm OpenTestSystem.Otx.Extensions.TestResultHandling.Actions.SetTestResult.properties |
This optional element can be used for setting properties of the test result (e.g. a print condition, an identifier for forwarding the result value to a downstream IT system). The keys and values of the map shall be only of otx:CountableType.
TestResultSeverityTerm OpenTestSystem.Otx.Extensions.TestResultHandling.Actions.SetTestResult.severity |
This element represents the TestResultSeverity of the test result.
TestResultContainerTerm OpenTestSystem.Otx.Extensions.TestResultHandling.Actions.SetTestResult.testResultContainer |
The TestResultContainer which shall receive the test result.
TestResultSessionTerm OpenTestSystem.Otx.Extensions.TestResultHandling.Actions.SetTestResult.testResultSession |
The TestResultSession in which the test results are to be handled.