Input Partitioning
Examples:
Kind of Problem |
| Partitions of input values for testing |
Numeric | | +ve, -ve, zero |
Text | | 0,1,2,many text elements; lines of zero and huge length |
List | | 0,1,2,many list items |
Ordering | | ordered, reverse ordered random order, duplicates
|
Sorting | | as for ordering |
|