Multiple choice technology testing

what is not a structure based techniques?

  1. code coverage

  2. statement coverage

  3. decision tables

  4. decision coverage

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

Structure-based (white-box) testing techniques analyze the internal code path structure, which includes statement, decision, and general code coverage. Decision tables are a black-box, specification-based technique that focuses on system inputs and outputs.