Difference between revisions of "Extensions.TestResultHandling.SetTestResultHandlingLevel"
Jump to navigation
Jump to search
(Created by Ngoc Tran.) |
(No difference)
|
Latest revision as of 03:56, 19 November 2019
Classification
Name | SetTestResultHandlingLevel |
Short Description | Set the TestResultHandlingLevel threshold to the defined level |
Class | Action |
Extension | OTX TestResultHandling extension |
Group | TestResultHandling related Actions |
Exceptions | testResult:TestResultHandlingException |
Checker Rules | - |
Standard Compliant | Yes |
OTL Syntax
ActionRealisation TestResultHandling.SetTestResultHandlingLevel(testResult:TestResultHandlingLevelTerm level);
Description
The SetTestResultHandlingLevel action will cause the OTX runtime system to set the TestResultHandlingLevel threshold to the defined level.
Properties
Name | Data Type | Class | Default | Cardinality | Description |
level | testResult:TestResultHandlingLevel | Term | TRACK | [0..1] | This element represents the TestResultSeverity of the test result. |