Qms feature file

Info

URS - User Requirements Specification Non-URS - risk controls from the IT risks assessment

Test cases which verify that the solution has been correctly installed in the validation environment are tagged with “@IV”. Test cases which verify that the solution performs according to the requirements in the validation or production environments must be tagged with “@PV”. Test cases which verify that the solution has been correctly installed in the production environment are tagged with “@pIV”.

    [@URS, @Non-URS] @[URS_id]
    Feature: [Descriptive title]
        As a [role]
        I want [feature]
        so that [benefit]

    [@IV, @pIV, @PV] [@Manual] [@ReviewByException]
    # If @ReviewByException is chosen, add rationale for why this is
    # considered sufficient.
    Scenario: [Descriptive title]
        Given [Preconditions]
        When [Trigger]
        Then [Outcomes]