SOFTWARE ENGINEERING

SOFTWARE TESTING

TEST PLAN AND TEST CASE DEVELOPMENT

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Equivalence class partitioning is related to
A
Structural testing
B
Blackbox testing
C
Mutation testing
D
All of the above
Explanation: 

Detailed explanation-1: -What is equivalence partitioning ? Equivalence partitioning is a black-box testing method that divides the input domain of a program into classes of data from which test cases can be derived. Test case design for equivalence partitioning is based on an evaluation of equivalence classes for an input condition.

Detailed explanation-2: -The equivalence partitioning method is also known as equivalence class partitioning (ECP). It is a software testing or black box testing technique that divides the input domain into data classes and using test cases of these data classes can be derived.

Detailed explanation-3: -Equivalence Partitioning or Equivalence Class Partitioning is type of black box testing technique which can be applied to all levels of software testing like unit, integration, system, etc.

Detailed explanation-4: -Black box testing can be applied to three main types of tests: functional, non-functional, and regression testing.

There is 1 question to complete.