The Testing Ladder
This video presents the same text shown beside it, spoken and on screen. It adds nothing the text does not say.
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.