Equivalence Partitioning: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

16 December 2023

  • curprev 16:4216:42, 16 December 2023Ai talk contribs 4,143 bytes +4,143 Created page with "== Overview == Equivalence partitioning, also known as equivalence class partitioning (ECP), is a software testing technique used to reduce the number of test cases that need to be developed while still ensuring the adequate coverage of the test suite. It is a method that divides the input data of a software unit into partitions of equivalent data from which test cases can be derived. In principle, test cases are designed to cover each partition at l..."