Lecture 09 Boundary Value Testing-1
Lecture 09 Boundary Value Testing-1
As we can see in the graph, we have min – and max + test cases as well which
means that Robustness Testing covers Boundary Value Testing and in addition
to BVT, it covers extra test cases as well.
34
Example 4:
35
Example 5
36
Advantage of Equivalence Partitioning Testing
An advantage of this approach is it reduces the time required for performing testing of
a software due to less number of test cases.
Example:
Assume that the application accepts an integer in the range 100 to 999
Valid Equivalence Class partition: 100 to 999 inclusive.
Non-valid Equivalence Class partitions: less than 100, more than 999,
decimal numbers and alphabets/non-numeric characters.