Chapter
2
TesTing
T
echniques
(B) Can you explain Boundary value analysis?
or
(B) What is a Boundary value in softWare testing?
In some projects there are scenarios where we need to do boundary value
testing. For instance, let’s say for a bank application you can withdraw a
maximum of 25000 and a minimum of 100. So in boundary value testing we only
test the exact boundaries rather than hitting in the middle. That means we only
test above the max and below the max. This covers all scenarios. The following
figure shows the boundary value testing for the bank application which we just
described. TC1 and TC2 are sufficient to test all condit ...
Get Software Testing now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.