OTX Reference
|
|
Evaluation and structured storage of test results More...
Namespaces | |
namespace | Actions |
Lists all ActionRealisation extensions. | |
namespace | DataTypes |
Data types, see also Core data types. | |
namespace | Exceptions |
Error handling. | |
namespace | Terms |
Lists all Terms. | |
namespace | Variables |
Variable Access. | |
Classes | |
class | CheckerRule |
Comprehensive checker rule listing, see also Core checker rules. More... | |
Evaluation and structured storage of test results
The OTX TestResultHandling extension provides functionality which allows for capturing, evaluating and persistently writing test results of test sequences, e.g. measured values, in a structured way.
The following use cases are considered:
Similar to the OTX Logging extension, the OTX TestResultHandling extension uses so called TestResultSeverities which are associated to test results, and TestResultHandlingLevels which can be set in the test result handling framework. Depending on the currently set TestResultHandlingLevel and the TestResultSeverity of a test result, the test result gets tracked or is discarded. For that reason, a TestResultHandlingLevel represents a certain threshold which to be exceeded by the TestResultSeverity of a test result in order to be written into the persistence layer.
Each test result has a TestResultState which indicates whether the evaluation of the test result against the defined condition was successful.