Interview Questions

Boundary value analysis

Glossary of Software QA/Testing


(Continued from previous question...)

Boundary value analysis

A selection technique in which test data are chosen to lie along "boundaries" of the input domain [or output range] classes, data structures, procedure parameters, etc. Choices often include maximum, minimum, and trivial values or parameters. This technique is often called stress testing.
or
A test data selection technique in which values are chosen to lie along data extremes. Boundary values include maximum, mini-mum, just inside/outside boundaries, typical values, and error values.

(Continued on next question...)

Other Interview Questions