Which of the following techniques is NOT a black box technique?
-
state transition testing
-
LCSAJ
-
boundary value analysis
-
syntax testing
B
Correct answer
Explanation
Black-box techniques test without seeing internal code structure: boundary value analysis, state transition testing, and syntax testing all work from external specifications. LCSAJ (Linear Code Sequence And Jump) is a white-box technique that analyzes internal code paths and control flow.