Multiple choice technology testing

Incorrect form of Logic coverage is:

  1. Statement Coverage

  2. Pole Coverage

  3. Condition Coverage

  4. Path Coverage

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

Statement Coverage, Condition Coverage, and Path Coverage are all valid logic coverage techniques used in white-box testing. 'Pole Coverage' is not a standard term in software testing - it appears to be a made-up or misspelled term. The correct terms are Statement Coverage (each statement executed), Condition Coverage (each condition true/false evaluated), and Path Coverage (all possible paths taken).