Multiple choice

Which of the following is not a type of control structure testing?

  1. Equivalence partitioning

  2. Branch testing

  3. Data flow testing

  4. Condition testing

  5. Loop testing

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

Equivalence partitioning (also called Equivalence Class Partitioning or ECP) is a software testing technique that divides the input data of a software unit into partitions of equivalent data from which test cases can be derived. It is a black-box testing technique. It is nota form of control-structural testing.