First page Back Continue Last page Overview Graphics
Input Selection
Exhaustive testing is preferred, but impossible
Input selection was done with:
- Equivalence partitioning
- The input domain is divided into classes, which are expected to produce the same result.
- Boundary Value Analysis (BVA)
- Errors tend to occur at the boundaries
- BVA focus on values ”on the edges”, such as the smallest and largest possible value