Multiple choice technology testing

Which of the following is NOT a black box technique:

  1. Equivalence partitioning

  2. State transition testing

  3. LCSAJ

  4. Syntax testing

  5. Boundary value analysis

Reveal answer Fill a bubble to check yourself
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.