Testing / PractiTest Interview Questions
What are the requirement statuses PractiTest automatically calculates?
A Requirement's status in PractiTest is derived automatically from the latest run results of the tests linked to it.
| Status | Meaning |
| NOT COVERED | No tests are linked to this requirement |
| NO RUN | At least one test is linked, but none of them have run yet |
| STARTED | At least one linked test has started running, and none have failed or been blocked |
| PASSED | All linked tests ran and passed |
| BLOCKED | At least one linked test was set as blocked, and none failed |
| FAILED | At least one linked test failed |
| N/A | All tests linked to this requirement are marked as N/A |
Because this status is calculated automatically from the latest run results of linked tests, a requirement's coverage status always reflects real execution data rather than a manually maintained checkbox.
More Related questions...