Multiple choice

Which of the following techniques is not used in structural testing or white box testing?

  1. Basic path testing

  2. Loop testing

  3. Branch coverage or node testing

  4. Equivalence partitioning

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

This technique is used in black box testing where all units of program are considered and  their inputs are divided. The test cases are designed further, which checks each unit atleast once.