Testing Strategy
Why More Testers Won't Fix a Broken Test Strategy
30 June 2026 · 5 min read
Adding testers to an unclear strategy buys you more execution of the wrong tests. The first question is not how many, but against what.
Capacity problems and strategy problems look identical from the outside
Both present as 'testing is behind'. A capacity problem means you know what to test, the tests are effective, and there are not enough hours. A strategy problem means the tests being executed are not reducing risk, so more hours produce more passes and the same escapes.
The diagnostic question
Look at where defects are found versus where they are introduced. If most defects are found late by people other than testers — in UAT, in performance runs, in production — the tests are not aimed at the risk. That is a strategy problem, and no amount of additional execution capacity changes it.
Also check pass rates. A suite that passes at ninety-nine per cent while serious defects keep escaping is measuring something other than quality.
Fix the aim before the volume
Rebuild coverage around business risk: the transactions that carry money, the integrations that cannot be reprocessed, the data conditions that only exist in production. Retire tests that have never failed and never will.
Then, and only then, decide whether you need more people. In most rescued projects the answer turns out to be fewer testers pointed at better targets, supported by automation on the regression that genuinely repeats.