SW StudyWalks

Computer Science  /  CS 0488  ·  Atom · ~20 seconds

Testing's Purpose

Video not yet published
to the StudyWalks catalog
State

Testing verifies that software delivers on the project's requirements without unintended errors or side effects — confirmation that the software does what it was expected to do.

Show

A dosage calculator is tested against what the clinic specified, not what the code happens to do.

Watch for

The requirements are the standard; testing the wrong thing proves nothing.