Multiple choice technology testing

Which is not a Black Box Technique?

  1. Equivalence partition

  2. Decision tables

  3. Transaction Diagrams

  4. Decision Testing

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Decision Testing is a white-box technique (also called branch testing), not a black-box technique. Black-box techniques include Equivalence Partitioning (A), Boundary Value Analysis, Decision Tables (B), State Transition Testing, and Use Case Testing. Transaction Diagrams (C) are not a standard black-box technique name but may refer to flow-based testing. Decision Testing examines internal code branches and requires knowledge of implementation.