_______________ is a technique used to ensure that test cases cover all possible combinations of input values.

  • Boundary Value Analysis
  • Equivalence Partitioning
  • Error Guessing
  • Random Testing
Equivalence Partitioning is a technique that ensures test cases cover different input values within the same equivalence class. It aids in efficient test coverage.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *