It is used to test interactions between boundaries of fields with ranges, Normally the Boundary value testing is used for single data validation with seven values like Min-1,Min,Min+1,Mid,Max-1,Max,Max+1, In this Boundary TestCase Generator we can generate multiple interactions of different fields range.
For Example:
Range1: 10-45
Range2: (-40)-(-50)
Range3:1000-5000
Testing manually single data is good but testing the interactions is more reliable for that we have to go to the tool which will reduce our work as simple as possible.
Interacting Min Value of Range1=10 with Range3=5000, If it passes when the testing has been done for single Range value, there is a chance of occurring the bug when the same value interact with another Range value.
Total possible Test Combinations=7*7*7=343
If we go through the tool it reduces into 53 combinations which will cover almost all the combinations.
Tags:
Share
Facebook
-
▶ Reply to This