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