SW StudyWalks

Computer Science  /  CS 0491  ·  Atom · ~20 seconds

The Regression Suite

Video not yet published
to the StudyWalks catalog
State

Unit tests accumulate into a regression suite — rerun after each source change to verify nothing existing broke — turning every past requirement into a standing guard.

Show

A rectangle-area function's tests keep vouching for it years after anyone thought about rectangles.

Watch for

The suite is only as honest as its coverage.