Equivalence class testing
Equivalence class testing is based on partitioning the input domain of a program into a number of equivalence classes so that the test of a representative value of every class is equivalent to testing any other value. Two steps for this testing are Identify equivalence class by taking every input condition and partition into valid and invalid classes.