Series

Release readiness.

Deciding what to test, what to skip, and whether to ship — when there's never enough time. Release readiness is judgement, not a passed-test-count. This series covers risk-based triage when the deadline is cut, a sign-off that actually changes the go/no-go call, and the lightweight plans people actually use.

Who it's forQA leadsTest managersSenior QA

// overview

Release readiness is a judgement call, not a passed-test count. This series is for the moment the deadline moves up, half your test time evaporates, and someone insists everything is critical — and you still have to decide whether to ship.

It works through the decisions in order: how to triage testing by risk when there's no time, how to run a sign-off that actually changes the go/no-go call instead of rubber-stamping it, and how to keep the planning lightweight enough that people actually use it.

The common thread is making the trade-offs visible and owned — what you tested, what you skipped, and who accepted the risk — so a release is a decision on the record, not a silent gamble.


// reading order

  1. Tutorials·13 June 2026 · 8 min read

    How to write a test strategy people actually use

    A test strategy is a short set of project-specific decisions, not a generic thirty-page document. Scope, risk, levels, automation split, data, ownership, and what "done" means.

    test-managementstrategyprocess
  2. Field notes·13 June 2026 · 8 min read

    Risk-based testing when everything is urgent

    How to prioritise testing when the timeline just got cut in half and everything is labelled critical.

    test-managementrisk-basedprioritisation
  3. Deep dives·13 June 2026 · 8 min read

    Release readiness is not just passed test cases

    A green suite confirms only what you thought to check. Readiness adds coverage-vs-change, accepted risk, observability, and non-functional signals.

    test-managementreleaserisksign-off

// RELATED QA.CODES RESOURCES


Next seriesManual QA that still matters