Testing and Verification
Once the code is developed:
- Prove the program produces correct results.
- Prove that the program that was built solves the problem that was described in the requirements specification.
Manually solve the problem with a data set, then compare that to the program’s output!