3460:480 F20 HFSD Chapter 7 F21

1234567891011121314
Across
  1. 2. Coverage tells you how much ......... you're actually testing.
  2. 3. Peeking under the covers a little, you might check out some DB tables when you use this kind of testing.
  3. 7. Instead of running your tests by hand, use .........
  4. 9. Ability to be climbed - or support a lot of users.
  5. 11. All of your functional testing ties back to these.
  6. 13. The practice of automatically building and testing your code on each commit.
  7. 14. 85% of this and you're doing ok.
Down
  1. 1. Continuous integration watches this to know when things change.
  2. 4. You're done when all your ..... .....
  3. 5. When white box testing you want to exercise each of these.
  4. 6. Just slightly outside the valid range, this case can be bad news.
  5. 8. Test the system like a user and forget how it works inside.
  6. 10. 3 lines of this to 1 line of production isn't crazy.
  7. 12. This should fail if a test doesn't pass.