By creating a new test status you will map it to a specific Test Coverage status. This allows you to control the requirement coverage calculation. Test Coverage 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
It’s not possible to create custom requirement statuses. |