Regression Testing

Turn a fixed bug into a test that fails on the old code and passes on the new one. Assert behavior at the cheapest useful level and compare old behavior without reverting unrelated work or leaving scratch files. Use after a fix or when recurring defects lack coverage; not for a new feature's test strategy or an environmental/cosmetic failure.

nahid-sparktales Updated

File contents

nahid-sparktales/agent-dispatcher/tree/main/skills/quality/regression-testing commit 425d25937e

Frequently asked questions

npx skillmds@latest add nahid-sparktales/regression-testing