CPSC 480 HFSD Chapter 7

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