Which of the following is NOT a black box technique:
-
Equivalence partitioning
-
State transition testing
-
LCSAJ
-
Boundary value analysis
C
Correct answer
Explanation
LCSAJ (Linear Code Sequence and Jump) is a white-box structural testing technique that analyzes code execution paths through the program. The other options - equivalence partitioning, state transition testing, and boundary value analysis - are all black-box techniques that test without examining internal code.