previous |
start |
next
Test Coverage
- Black-box testing: test functionality without understanding
internal structure
- White-box testing: take internal structure into account when
designing tests
- Test coverage: the code that is actually executed during test
cases
- Easy to overlook error branches during testing
- Make sure to execute each branch in at least one test case
previous |
start |
next