Multiple choice technology testing

Which of the following techniques is NOT a black box technique?

  1. state transition testing

  2. LCSAJ

  3. boundary value analysis

  4. syntax testing

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