Multiple choice

Which of the following is not a typical black-box test design techniques?

  1. All-pairs testing

  2. Equivalence partitioning

  3. Boundary value analysis

  4. Path testing

  5. Decision tables

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

Basis path testing, or structured testing, is a method for designing test cases intended to examine each mathematically possible path of execution at least once.It is a white-box testing technique.