CPSC 480 HFSD Chapter 8

1234567891011
Across
  1. 1. ..... testing is essential to TDD
  2. 3. Fine grained tests.
  3. 6. Write the ..... code that will get the test to pass
  4. 8. When you should test.
  5. 10. TDD
  6. 11. To do effective TDD you need to have low .....
Down
  1. 2. Bad approaches to TDD are called .....
  2. 4. Red, Green, .....
  3. 5. TDD means writing tests .....
  4. 7. Your tests should ..... at first
  5. 9. You ain't going to need it