![]() |
OTX Reference
|
|
Sets the TestResult by actual numeric value within a defined tolerance range More...
Public Attributes | |
NumericTerm | actualValue |
The actual value which shall be evaluated whether it is within the defined tolerance range. More... | |
NumericTerm | lowerLimit |
The lower limit of the tolerance range. More... | |
TestResultStateVariable | testResultState |
This optional element represents the TestResultState variable which shall receive the state of the evaluation. More... | |
NumericTerm | upperLimit |
The upper limit of the tolerance range. More... | |
![]() | |
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... | |
Sets the TestResult by actual numeric value within a defined tolerance range
The SetToleranceTestResult activity to sets the TestResult of a TestResultContainer within a TestResultSession by evaluating whether an actual numeric value is within a defined tolerance range. It is possible to evaluate the actual value only against one limit.
The SetToleranceTestResult action has a special design. To compare an actualValue the author has the choice:
Exceptions.TestResultContainerException | If the TestResultContainer is a parent TestResultContainer with child TestResultContainers. |
Exceptions.TestResultException | If a test result value element is not valid for the test result handling framework, e.g. the data size of the actual value is too large. |
Core.Exceptions.OutOfBoundsException |
NumericTerm OpenTestSystem.Otx.Extensions.TestResultHandling.Actions.SetToleranceTestResult.actualValue |
The actual value which shall be evaluated whether it is within the defined tolerance range.
NumericTerm OpenTestSystem.Otx.Extensions.TestResultHandling.Actions.SetToleranceTestResult.lowerLimit |
The lower limit of the tolerance range.
TestResultStateVariable OpenTestSystem.Otx.Extensions.TestResultHandling.Actions.SetToleranceTestResult.testResultState |
This optional element represents the TestResultState variable which shall receive the state of the evaluation.
NumericTerm OpenTestSystem.Otx.Extensions.TestResultHandling.Actions.SetToleranceTestResult.upperLimit |
The upper limit of the tolerance range.