Which of the following is NOT a black box technique:
-
Equivalence partitioning
-
State transition testing
-
LCSAJ
-
Syntax testing
-
Boundary value analysis
C
Correct answer
Explanation
Black-box testing techniques focus on inputs and outputs without knowledge of internal code structure. LCSAJ requires analyzing code paths and statements, making it fundamentally a white-box technique that examines internal logic and execution flow.