0 votes
in Testing by

What do you mean by Boundary value testing? 

1 Answer

0 votes
by
Test boundary conditions means testing below and above the edges of input output equivalence classes. For example we take a example of bank application where some minimum and maximum limit is set. Let say a bank application where you can withdraw maximum Rs.20,000 and a minimum of Rs.100, so in boundary value testing we test only the exact boundaries, rather than hitting in the middle. That means we test above the maximum limit and below the minimum limit.

Related questions

0 votes
asked May 26, 2019 in Testing by rajeshsharma
0 votes
asked Jun 26, 2020 in Testing by AdilsonLima
...