ROI economics
Manual Testing
Manual testing has zero amortisation — every run costs tester time. Predictable, no surprises, low setup. ROI break-even is the first execution. The cost is linear in run count: 100 runs = 100× the first-run cost.
Automation Testing
Automation has high setup cost (framework + scripts) + ongoing maintenance (script rot on UI changes). ROI break-even is typically 5-10 runs. Beyond that, the per-run cost approaches zero. The risk: scripts that change faster than they're maintained eat their ROI.