Skip to main content

Release Health Dashboard

This document explains what the Release Health Dashboard is, how to navigate it, and what its components are.

Overview​

The Release Health Dashboard helps you evaluate the overall quality and readiness of your Sprint or Release. Instead of gathering data from multiple reports, this dashboard consolidates execution results, defect status, requirement coverage, and configuration coverage into a single, actionable view.

testops release health dashboard

The dashboard also allows you to configure how readiness is automatically calculated using customizable quality thresholds.

  1. Go to Home > Release Health.
  2. Select the Release or Sprint you want to assess from the dropdown.
  3. At the top of the dashboard, you will see:
    • Readiness status
    • Start / End date of the iteration
    • Description (if added in the Plan)
    • A Configure button for managing Readiness Criteria
  4. Explore the key widgets, grouped by area:
    • Key metrics:
      Requirement Coverage, Test Execution Pass Rate, Blocking Defects by Priority, Blocking Defects by Severity
    • Test Case Distribution:
      Test Case Distribution by Execution Status
    • Defect monitoring:
      Open Defects Distribution by Priority and Severity
    • Requirements:
      Requirement Coverage Summary and Requirement Coverage Trend
    • Platform coverage:
      Test Coverage by Configuration
  5. For each widget, you can:
    • Click the Expand icon ([ ]) to open the related detailed report
    • Click the pencil icon on threshold-based metrics to highlight the widgets that impact that metric

Configure Readiness Criteria​

You can configure readiness thresholds directly from the Release Health Dashboard.
Click Configure (next to the iteration description) to open the Configure Readiness Criteria modal.

testops release health dashboard configure button

The modal allows you to customize:

  • Requirement Test Coverage (%)
    Minimum percentage of requirements that must have linked test cases.
  • Test Execution Pass Rate (%)
    Minimum percentage of executed tests that must pass.
  • Issue Criteria (ALM-based Defect Blocking Rules)
    Count of unresolved defects linked to the iteration.
    You can configure thresholds by priority and severity, and toggle each rule on or off.
    These require integration with your ALM (e.g., Jira, Azure DevOps).
testops release health dashboard configure criteria

Changes made in this modal apply specifically to the selected Release/Sprint and will no longer be overwritten by project-level settings.

Release Health Components​

Below are the key components available in the Release Health Dashboard.

Release Readiness Metrics​

The Release Readiness indicator provides an at-a-glance evaluation of whether your Release or Sprint meets all configured quality thresholds.

Color indicators:

  • Ready (Green): All criteria met
  • At Risk (Orange): One or more criteria fail

The readiness assessment is based on:

  • Requirement Coverage
    Percentage of requirements with linked test cases
  • Test Execution Pass Rate
    Portion of executed tests that passed out of total planned tests
  • Blocking Defects by Priority
    Unresolved defects matching configured priority levels
  • Blocking Defects by Severity
    Unresolved defects matching configured severity levels

Each criterion is marked Ready or At Risk depending on whether it meets the configured threshold.

testops release health dashboard metrics

Widgets​

The widgets below provide detailed breakdowns of the release’s quality indicators and link to relevant reports for deeper investigation.

  • Test Case Distribution by Execution Status
    Groups test cases by latest execution result to help assess testing progress and risk.
  • Open Defects Distribution by Priority / Severity
    Shows all unresolved defects grouped by priority and severity.
  • Requirement Coverage Summary
    Categorizes requirements into:
    • Fully Covered: Linked tests published and passed
    • Partially Covered: Linked tests exist but results vary
    • Not Covered: No linked published test cases
  • Requirement Coverage Trend
    Visualizes weekly progress of test coverage, execution coverage, and pass coverage.
  • Test Coverage by Configuration
    Displays execution distribution across operating systems, browsers, and devices.
testops release health dashboard widgets

All widgets support:

  • Expand icon (β†—) to open a related detailed report
  • Pencil icons on metric widgets to highlight which widgets contribute to that metric
Was this page helpful?