This is a calculated custom field that provides the requirement coverage status.
Possible status values are:
OK - All tests passed the requirement
NOK - At least one test failed
NOTRUN - At least one test did not run
UNCOVERED - The requirements is not associated with tests
testTestExecutions
Syntax: "Requirement Status" = "[Group (version or TestPlan)] - [Status] environment:[environment]"
Only the Status is mandatory; if only the status is provided, Xray will assume you are searching for the latest execution
Xray will lookup for all Requirements with Status in that particular version and environment.
If the Requirements Coverage Strategy depends on the version, then you must also include the actual version name and the status when you do the search. The syntax: "[version name] - [status]" |