Promptles
Testing & Quality

Regression Test

advanced

Definition

A test added the moment a bug is fixed, so the same bug can never quietly sneak back into the app later. It's a permanent reminder pinned to that exact failure: 'this once broke; here's the test that proves it can't break the same way again.'

In the wild

Last month, a 100%-off coupon caused the checkout page to crash. The team fixed the bug and immediately wrote a regression test that runs a fake checkout with a 100%-off coupon. From now on, if anyone ever introduces that same crash again, this test will catch it instantly.

More from Testing & Quality