User Guide / Reports & Matrices

Reports & Matrices

Open a project, then click Reports — every report on this page lives in one tabbed screen, filterable by date range and release, and exportable to CSV or Excel.

The everyday reports

  • Execution Summary — pass/fail/blocked/skipped/not-run counts per run.
  • Requirement Coverage — how many requirements have at least one linked test case.
  • Pass Rate and Failure Trend — over your chosen date range.
  • Bug Trend — bugs opened vs. closed per day.
  • Tester Performance — executions and pass rate per person.
  • Project Health — the all-time overview (see Test Summary below).

Coverage Matrix

Rows are your project's top-level Test Suite folders, treated as "modules." Columns are the seven fixed suite types. Each cell is a test case count — the deeper the shade, the more coverage that combination has.

ModuleRegressionSmokeSanityAPIUI
Authentication 6 4 3 2 5
Checkout 9 5 2 4 8

A blank column across every module — say, Performance — is an easy way to spot a test type your team simply isn't writing yet.

Severity × Priority Matrix (also your Risk Matrix)

Sourced from each open bug's severity and priority. Use it for triage — the darker the cell, the more urgently it deserves attention.

Severity \ PriorityLowMediumHighCritical
Low 1 2 1 0
High 0 3 5 2
Critical 0 1 2 3

Test Case × Cycle Matrix

Pick a Test Suite and see how each of its test cases has fared across your ten most recent execution runs — a fast way to spot a test that's gone from reliably green to flaky.

Test CaseRun 118Run 119Run 120Run 121
TC-0148 — Login with expired session Pass Fail Fail Pass
TC-0163 — Lockout after 5 failed attempts Fail Fail Blocked Fail

Daily / Weekly Status Report

Pick a date range and get tests executed, pass rate, and open bug count in one glance, plus the same failure-trend and bug-trend charts used elsewhere in Reports, scoped to that window. Built for a stand-up or a status email, not deep analysis.

Test Summary & sign-off

The Project Health tab is the all-time overview: execution progress, overall pass rate, requirement coverage, and how many defects have been found, fixed, and are still open.

Below that sits Risks & Recommendation — a free-text field for known risks, a Go / Conditional / No-Go recommendation, and notes explaining it. It's the one place a lead states, in their own words, whether a release is ready — everyone can read it, only a few roles can write it.

Who can do this: viewing reports is available to everyone with report access (most roles, read-only). Exporting needs export access. Editing Risks & Recommendation is limited to Project Manager, QA Lead, Admin, and Super Admin.

← Back to Guide Home