First page Back Continue Last page Overview Graphics
Unit Testing
Testing modules is nothing new
UT as used in XP involves a framework that can support test each or all units
Write the tests first, then the code
- Discover all the “What if…” cases then
Use all tests to verify your code didn’t break something else
Notes: