What Does Equivalence Partitioning (EP) Mean?
Equivalence partitioning (EP) is a method for testing software programs. In this technique, the data fed into the software to be tested is divided into partitions of equal sizes. From each partition of data, one test case is needed. The different test cases must test the classes of the software continuously. This helps in the discovery of errors and bugs which may plague the software. Each test case is defined specifically to check a specific type of error. This speeds up the error hunting process as fewer test cases are required.
Techopedia Explains Equivalence Partitioning (EP)
Equivalence partitioning is a testing technique based on specifications known as test cases. It is extremely efficient, fast and easy to use, and also does not require much input data. Its flexibility makes it suitable for testing in any stage of development of the application.