background image
<< What to test | XP Testing >>
<< What to test | XP Testing >>
Textbook Testing
Textbook Testing
Traditional testing philosophy says things like
Test all subroutines
Test all branches of all conditions
Test the boundary conditions of all inputs
...
This is just big and scary and too much.
We're lazy, and we think we can still be effective with much
less work.