Testing and Debugging
This video presents the same text shown beside it, spoken and on screen. It adds nothing the text does not say.
State
Testing uncovers errors in an algorithm's instructions; debugging identifies where each error lives and fixes it — two named steps, in that order.
Show
A checkout flow fails on one coupon; the test caught it, the debugging session removes it.
Watch for
Untested instructions are unverified claims.