46 / 87 · 02 AI-Augmented Test Design · Common AI Test Failures← prev⊞ allnext →☰ Read as one page
7.9The One-Line Review Question
For every AI-generated test, ask this single question:
"If the feature under test was completely broken, would this test fail?"
If the answer is "no" or "I'm not sure," the test needs to be revised or deleted. This single question catches tautologies, assertion-free tests, and happy-path-only coverage in one pass.