Blog

Test Management.

Strategy, release sign-off, risk-based testing, and the process work that moves QA from execution to ownership.

Comparisons·14 June 2026 · 6 min read

Manual vs automated testing: where the line actually falls

Not rivals fighting over the same budget — different jobs. Automation guards what you already know; manual testing judges what you don't. Draw the line wrong and you get a brittle suite and the important bugs still escaping.

test-managementautomationmanual-qacomparison
Comparisons·14 June 2026 · 6 min read

Risk-based vs coverage-based test selection

Coverage-based testing tries to touch everything a little; risk-based testing concentrates on what matters a lot. Under a deadline — the normal condition — the default you pick decides whether the bug you miss is the costly one or the trivial one.

test-managementrisk-based-testingstrategycomparison
Comparisons·14 June 2026 · 7 min read

Centralized QA team vs embedded testers

Should testers sit in one QA team or inside product squads? An org-design choice, not a tooling one — it shapes when QA gets involved, how consistent the bar is, and whether testers grow as a craft. The trade is proximity vs consistency.

test-managementqa-teamprocesscomparison
Comparisons·14 June 2026 · 6 min read

BDD scenarios vs plain test cases: when Gherkin earns its keep

Given/When/Then isn't automatically better than a plain test case — it buys shared language with non-testers at the cost of ceremony. Whether that pays off depends on who actually reads and co-writes your tests.

test-managementbddtest-designcomparison
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
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
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
Case studies·13 June 2026 · 8 min read

How we reduced release testing from two days to four hours

Cut a dreaded two-day regression to an afternoon — and caught more — by weighting on risk, automating the stable core, and pruning dead cases.

case-studytest-managementregression-testingrelease
Tutorials·13 June 2026 · 6 min read

The QA weekly status report I'd actually send

A short, risk-first status format: lead with a one-line risk verdict, then what's at risk, key findings, light coverage numbers, and explicit asks — built to drive a decision.

test-managementreportingcommunicationtemplate
Field notes·13 June 2026 · 8 min read

How to say 'not ready for release' without drama

Frame it as risk for the owner to decide, not a veto: specific, reproduced, impact-led, with options attached — surfaced early, not as a sign-off-meeting ambush.

test-managementcommunicationreleaserisk
Tutorials·13 June 2026 · 6 min read

What good QA handover notes look like

Write an operating manual for the arriver, not a diary: current state, setup, known issues with status, gotchas, and pointers — so someone can take over without asking you.

test-managementdocumentationhandovertemplate
QA trends·13 June 2026 · 8 min read

Where shift-left actually landed

A dated June 2026 retrospective: shift-left landed as a sensible default oversold as a revolution — real early-bug wins, real damage where it meant 'delete QA'.

qa-trendsshift-leftprocessopinion
Opinions·12 December 2025 · 8 min read

The test pyramid is a vibe, not a rule

The Cohn test pyramid has been gospel since 2009. It was a useful heuristic for a 2009 monolith Java app. It's been quoted unchanged ever since — and most modern stacks don't fit its shape.

patternstest-pyramidopinionculture