Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Problem

Inside the Test Coverage section of a Requirement Issue, the Test Status show as "N/A", even though they are Executed and we don't have a custom status "N/A".


Solution

Xray Server/DC have some Coverage Settings configurations that could be affecting the Test Coverage calculations: 

...

Panel
bgColor#fff
  1. Navigate to Jira Administration>> Manage Apps >> Xray >> Requirement Coverage configuration screen. 

  2. Check what Requirement Coverage Strategy is selected:
    1. If "Use versioned Test Sets for Requirement Coverage" is selected, only Tests within Test Set with Fix Version assigned will be considered for coverage.  (Showing with N/A status if added to a Requirement) 

  3. Check if a workflow status in the 
    1. If a workflow status is selected in this option, all tests with this workflow status will not be considered for Test Coverage calculation. (Showing with N/A status if added to a Requirement) 

  4. Adjust the configuration to include or exclude the Tests within the Test Coverage calculation as you see fit. 

...