How is branch coverage determined?
You are using boundary value analysis to determine your test data.What values should you use to test a routine that requires an integer input (x) to be greater than zero and less than 100 to achieve 100% minimum coverage using the two-point boundary value analysis technique?