boundary value analysis


boundary value analysis

(programming)A test data selection technique in which valuesare chosen to lie along data extremes. Boundary valuesinclude maximum, minimum, just inside/outside boundaries,typical values, and error values. The hope is that, if asystems works correctly for these special values then it willwork correctly for all values in between.