Boundary testing

From Wikipedia, the free encyclopedia

Boundary testing or boundary value analysis, is where test cases are generated using the extremes of the input domain, e.g. maximum, minimum, just inside/outside boundaries, typical values, and error values. It is similar to Equivalence Partitioning but focuses on "corner cases".[1] [2]

References

  1. Software Testing and Quality Assurance Glossary
  2. Video Tutorial on YouTube
This article is issued from Wikipedia. The text is available under the Creative Commons Attribution/Share Alike; additional terms may apply for the media files.