Interface GlobalVariable

  • All Superinterfaces:
    BasicAssessment

    public interface GlobalVariable
    extends BasicAssessment
    With this global assesslet, all test cases of a test execution can be evaluated, the test results of all test cases can be summarized, and new calculations can be made from the available results of the individual test cases. For further information, please refer to the User Guide, section Global Variable Assesslet.
    • Field Detail

      • SPECIFICATIONS

        static final java.lang.String SPECIFICATIONS
        Property for the list of rows of the Global Variable Assesslet. Each row defines constraints for a variable that must hold for a whole test execution, so for all executed test cases together. This list is represented by the table in the GUI.
        See Also:
        Constant Field Values
      • ROW_ENABLED

        static final java.lang.String ROW_ENABLED
        Property whether this row is enabled. Only enabled rows will be considered during execution.
        See Also:
        Constant Field Values
      • VARIABLE

        static final java.lang.String VARIABLE
        Property for the assessment variable that shall be evaluated for all executed test cases.
        See Also:
        Constant Field Values
      • AVERAGE_MAX

        static final java.lang.String AVERAGE_MAX
        Property for the maximum average value constraint. The average value (arithmetic mean over all testcases) must be between AVERAGE_MIN and AVERAGE_MAX
        See Also:
        Constant Field Values
      • AVERAGE_MIN

        static final java.lang.String AVERAGE_MIN
        Property for the minimum average value constraint. The average value (arithmetic mean over all testcases) must be between AVERAGE_MIN and AVERAGE_MAX
        See Also:
        Constant Field Values
      • COUNT_MAX

        static final java.lang.String COUNT_MAX
        Property for the maximum count constraint. Total count of occurrences (in all testcases) must between COUNT_MIN and COUNT_MAX
        See Also:
        Constant Field Values
      • COUNT_MIN

        static final java.lang.String COUNT_MIN
        Property for the minimum count constraint. Total count of occurrences (in all testcases) must between COUNT_MIN and COUNT_MAX
        See Also:
        Constant Field Values
      • VALUE_MAX

        static final java.lang.String VALUE_MAX
        Property for the maximum value constraint. Each variable value (one value per testcase) must be between VALUE_MIN and VALUE_MAX
        See Also:
        Constant Field Values
      • VALUE_MIN

        static final java.lang.String VALUE_MIN
        Property for the minimum value constraint. Each variable value (one value per testcase) must be between VALUE_MIN and VALUE_MAX
        See Also:
        Constant Field Values
      • SUM_MAX

        static final java.lang.String SUM_MAX
        Property for the maximum sum constraint. The sum of all variables (from all testcases) must be between SUM_MIN and SUM_MAX
        See Also:
        Constant Field Values
      • SUM_MIN

        static final java.lang.String SUM_MIN
        Property for the minimum sum constraint. The sum of all variables (from all testcases) must be between SUM_MIN and SUM_MAX
        See Also:
        Constant Field Values