Multiple choice

Which of the following techniques is not used for black box or functional testings?

  1. Basis path testing

  2. Equivalence partitioning

  3. Boundary value analysis

  4. Fuzz testing

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

This technique is used in white box testing where independent paths of the code are checked.