SW StudyWalks

Computer Science  /  CS 0489  ·  Atom · ~20 seconds

The Testing Ladder

Video not yet published
to the StudyWalks catalog
State

Testing runs at levels — unit testing checks individual components in isolation, integration testing focuses on the interfaces between components, system testing verifies the whole against overall requirements.

Show

A school platform tests one grading function, then grading-meets-attendance, then the entire term's flow.

Watch for

Each level catches what the others structurally cannot.