Which of the following is not a type of control structure testing?
-
Equivalence partitioning
-
Branch testing
-
Data flow testing
-
Condition testing
-
Loop testing
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.