Multiple choice Which of the following is not a typical black-box test design techniques? All-pairs testing Equivalence partitioning Boundary value analysis Path testing 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.