By creating a new test status you will map it to a specific requirement status. This allows you to control the requirement coverage calculation. Requirement Statuses available are: - OK – requirement has been successfully and fully validated; all the Tests associated with the Requirement are PASSED
- NOK – requirement is unsuccessfully validated; at least one Test associated with the Requirement is FAILED
- NOTRUN – requirement has not been validated completely; at least one Test associated with the Requirement is TODO or ABORTED and there are no Tests with status FAILED
- UNKNOWN – requirement is in an unknown state; at least one Test associated with the Requirement is UNKNOWN and there are no Tests with status FAILED
- UNCOVERED – requirement is not covered with tests; the Requirement has no Tests associated with it
It’s not possible to create custom requirement statuses. |