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)
Friday, July 27, 2007
Boundary Value Analysis
Posted by Software Engineering Notes at 9:00 PM
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment