Closed chunyongg closed 3 years ago
Strictly speaking, the boundaries are 1 and 10. Picking test inputs based on BVA (i.e.., boundary value analysis) can give you 0, 1, 2, 9, 10, 11, (or even more values) depending on how many test cases you can afford. If you can afford only two values, you might end up picking 1 and 10 only.
So when a question asks for boundary values the answer is 1 & 10?
So when a question asks for boundary values the answer is 1 & 10?
Yes.
Hi, I am a little confused over the definition of boundary values. For example:
Given an equivalence partition [1-10] inclusive, are the boundary values 1 and 10, or 0, 1, 2, 9, 10, 11 ?