Friday, July 27, 2007

Boundary Value Analysis

Boundary value analysis is a software testing design technique to determine test cases covering off-by-one errors. The boundaries of software component input ranges are areas of frequent problems (Wiki).

Example: checking if (month > 0 && month < 13)

No comments: