Slide 44
Slide 44 text
1. Write a big test
2. Run the big test
3. What’s the tiniest incremental step?
4. What are the minimal inputs?
5. What are the expected outputs?
6. Write the test
7. See it fail
8. Write an implementation
9. Run the test. If it fails, go to (8)
10. Run the big test. If it fails, go to (3), or else you’re done!
TDD Tactics