Interface RequirementsCoverage

  • All Superinterfaces:
    BasicAssessment

    public interface RequirementsCoverage
    extends BasicAssessment
    For further information, please refer to the User Guide, section Requirements Assesslet.
    • Field Detail

      • CHECK_ONLY_LINKED

        static final java.lang.String CHECK_ONLY_LINKED
        Property whether requirement checks will be ignored if the requirements is not linked to the executed test case (or variant).
        See Also:
        Constant Field Values
      • DERIVE_RESULT_FROM_TEST_CASE_IF_NOT_CHECKED

        static final java.lang.String DERIVE_RESULT_FROM_TEST_CASE_IF_NOT_CHECKED
        Property whether the results of requirements that were not checked in assesslets will be derived from the result of the current test case.
        See Also:
        Constant Field Values
      • GENERATE_REQUIREMENTS_REPORT

        static final java.lang.String GENERATE_REQUIREMENTS_REPORT
        Property whether a requirements report will be generated
        See Also:
        Constant Field Values
      • SHOW_REQUIREMENTS_NOT_COVERED

        static final java.lang.String SHOW_REQUIREMENTS_NOT_COVERED
        Property whether the requirements results table in the requirements report will show requirements which are not covered
        See Also:
        Constant Field Values
      • SHOW_HEADING_ROWS

        static final java.lang.String SHOW_HEADING_ROWS
        Property whether the requirements results table in the requirements report will show headings
        See Also:
        Constant Field Values
      • SHOW_INFORMATION_ROWS

        static final java.lang.String SHOW_INFORMATION_ROWS
        Property whether the requirements results table in the requirements report will show information objects
        See Also:
        Constant Field Values
      • SHOW_DETAILED_RESULTS

        static final java.lang.String SHOW_DETAILED_RESULTS
        Property whether the requirements results table in the requirements report will have a column for detailed results
        See Also:
        Constant Field Values
      • SHOW_COMMENTS

        static final java.lang.String SHOW_COMMENTS
        Property whether the requirements results table in the requirements report will have a column with requirement comments
        See Also:
        Constant Field Values
      • SHOW_DOCUMENT_VERSIONS

        static final java.lang.String SHOW_DOCUMENT_VERSIONS
        Property whether the requirements results table in the requirements report will have a column with document versions
        See Also:
        Constant Field Values
      • GENERATE_ASSESSLET_RESULTS_TABLE

        static final java.lang.String GENERATE_ASSESSLET_RESULTS_TABLE
        Property whether a table with assesslet verdicts of requirements will be present in the requirements report
        See Also:
        Constant Field Values
      • CHECK_ALL_REQUIREMENTS_LINKED_TO_TEST_CASES

        static final java.lang.String CHECK_ALL_REQUIREMENTS_LINKED_TO_TEST_CASES
        Property whether to check that all requirements are linked to an executed test case, directly or indirectly via variants
        See Also:
        Constant Field Values
      • CHECK_ALL_REQUIREMENTS_PASSED_OR_FAILED

        static final java.lang.String CHECK_ALL_REQUIREMENTS_PASSED_OR_FAILED
        Property whether to check that all requirements are evaluated with PASSED or FAILED
        See Also:
        Constant Field Values
      • CHECK_REQUIREMENTS_PASSED_OR_FAILED_IN_LINKED_TEST_CASES

        static final java.lang.String CHECK_REQUIREMENTS_PASSED_OR_FAILED_IN_LINKED_TEST_CASES
        Property whether to check that requirements are evaluated with PASSED or FAILED in linked test cases
        See Also:
        Constant Field Values
      • CHECK_REQUIREMENTS_CHECKED_IN_LINKED_SCRIPT_ASSESSLET

        static final java.lang.String CHECK_REQUIREMENTS_CHECKED_IN_LINKED_SCRIPT_ASSESSLET
        Property whether to check that requirements are evaluated with REQUIREMENTS.checked() in linked script assesslets
        See Also:
        Constant Field Values
      • CHECK_NO_REQUIREMENT_CHECKED_IN_UNLINKED_SCRIPT_ASSESSLET

        static final java.lang.String CHECK_NO_REQUIREMENT_CHECKED_IN_UNLINKED_SCRIPT_ASSESSLET
        Property whether to check that requirements are not evaluated with REQUIREMENTS.checked() in unlinked script assesslets
        See Also:
        Constant Field Values
      • ADDITIONAL_ATTRIBUTES_IN_REQUIREMENTS_REPORT_TABLE

        static final java.lang.String ADDITIONAL_ATTRIBUTES_IN_REQUIREMENTS_REPORT_TABLE
        Property for the list of requirement attributes which will be shown in additional columns in the requirements results table in the requirements report
        See Also:
        Constant Field Values
      • GENERATE_TABLE_IN_TEST_CASE_REPORTS

        static final java.lang.String GENERATE_TABLE_IN_TEST_CASE_REPORTS
        Property whether a requirements table will be generated in test case reports
        See Also:
        Constant Field Values
      • ADDITIONAL_ATTRIBUTES_IN_TEST_CASE_REPORT_TABLE

        static final java.lang.String ADDITIONAL_ATTRIBUTES_IN_TEST_CASE_REPORT_TABLE
        Property for the list of requirement attributes which will be shown in additional columns in the requirements table in the test case report
        See Also:
        Constant Field Values