Monitoring, control & completion

/qa:release-report

Test completion report

Evaluate every gate, state residual risk, give a deterministic Ship/Hold call.

USAGE/qa:release-report <release-id>
Monitoring, control & completionCTFL v4.0 §1.4 · CTAL-TM · ISO 29119-3Test Leader · Performance

What it does

Produces the end-of-release Test Completion Report: gathers results by level, evaluates every exit criterion against gates to PASS/FAIL, states residual risk, confirms traceability, and applies a deterministic Ship/Hold decision rule.

When to use it

At the end of a release, to make the final ship/hold call (after go-no-go).

Prerequisites

qa.config.yml (paths, tooling toggles, gates, risk_areas, team); execution results in reports_dir; ideally the matching TEST-PLAN-<release>.md for exit criteria.

Output

ISO/IEC/IEEE 29119-3 Test Completion Report -> docs/qa/RELEASE-REPORT-<release>.md.

Mechanics

How it works

  1. Resolve the release and pull the Test Plan's Definition of Done
  2. Gather results by enabled level, marking missing measures not run
  3. Evaluate each exit criterion against gates as PASS/FAIL
  4. Produce the report with residual-risk and traceability statements
  5. Apply the deterministic Ship/Hold rule and name each failing gate
  6. Write the report referencing raw evidence

Why it works

The theory behind it

Test completion, the seventh process activity; residual risk is mandatory (Principle 1), you report what is not covered, never claim no defects remain.

CTFL v4.0 §1.4 · CTAL-TM · ISO 29119-3

Example

See it in use

release-report
> /qa:release-report R2.4

✓ Correct when Evaluates exit criteria vs gates, states residual risk, and gives a ship/hold recommendation.