Test Case Design Techniques
The test case design techniques are broadly grouped into two categories: Black box techniques, White box techniques and other techniques that do not fall under either category.
Black Box (Functional) | White Box (Structural) | Other |
Specification derived tests | Branch Testing | Error guessing |
Equivalence partitioning | Condition Testing | |
Boundary Value Analysis | Internal boundary value testing | |
State-Transition Testing |
Comments