SW StudyWalks

Computer Science  /  CS 0049  ·  Atom · ~20 seconds

Testing and Debugging

Video not yet published
to the StudyWalks catalog
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.