Functionality
Usability
Supportability
Maintainability
... is the same as equivalence partition testing.
... tests values at the smallest incremental distance on either side of an equivalence partition boundary.
... tests combinations of input circumstances.
... is used in white box testing strategies.
2 test cases
3 test cases
4 test cases
Not achievable
The most important tests first.
The most difficult tests first (to get the hardest work finished early).
The easiest tests first (to give initial confidence).
The order they are thought of.
White box
Glass box
Structural
Functional
10, 11, 21
3, 20, 21
3, 10, 22
10, 21, 22
Wait!
Here's an interesting quiz for you.