User Guide / 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.
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.
| Module | Regression | Smoke | Sanity | API | UI |
|---|---|---|---|---|---|
| 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.
Sourced from each open bug's severity and priority. Use it for triage — the darker the cell, the more urgently it deserves attention.
| Severity \ Priority | Low | Medium | High | Critical |
|---|---|---|---|---|
| Low | 1 | 2 | 1 | 0 |
| High | 0 | 3 | 5 | 2 |
| Critical | 0 | 1 | 2 | 3 |
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 Case | Run 118 | Run 119 | Run 120 | Run 121 |
|---|---|---|---|---|
| TC-0148 — Login with expired session | Pass | Fail | Fail | Pass |
| TC-0163 — Lockout after 5 failed attempts | Fail | Fail | Blocked | Fail |
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.
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.