-
Week 6: Boundary Value vs Equivalence Class Testing
This week we learned about boundary value testing and equivalence class testing. Boundary value testing focuses on making sure the values in, out, and around the expected boundary works as it should. Equivalence class testing does the same, but also tests the function itself. I wanted to know more about the two methods and found…