EP = Equivalence Partitioning. As an example, if you have a range of valid values, like 1-10, you would choose to test one valid value (say 7), and one invalid value (like 0). BVA = Boundary Value Analysis. If you take the example above, you would test the minimum and maximum boundaries (1 and 10), …
Continue reading "Test Case Methodologies"