How Do You Test Code?
Why Test?
Compare:
- debugging
- static analysis
- testing
- compiler / interpreter errors
- runtime error handling (
try/catch
blocks)
Testing: When? How?
- pre/during development
- debugging
- automating
Other Testing
- design-by-contract
- performance
- error handling
- stochastic
- pen-and-paper