SE450
:
Unit Testing
[54/57]
Unit test = test of a single class
Design test cases during implementation
Run tests after every implementation change
When you find a bug, add a test case that catches it