In this month's challenge we continue to do manual testing. This time the focus is on preparing test cases for...
boundary value analysis
Boundary value analysis is one of the most common testing techniques. Mastering this technique helps testers avoid spending too much time on trivial tests. It helps them understand better the edge cases for the functionality under test.