How does Equivalence Partitioning play a role in Black Box Testing?

  • It helps identify invalid inputs
  • It focuses on specific inputs
  • It tests only functional requirements
  • It is not relevant to Black Box Testing
Equivalence Partitioning is a Black Box Testing technique that divides the input domain into equivalence classes, ensuring that the test cases represent different valid and invalid partitions. This helps to identify specific inputs for testing and ensures comprehensive coverage.
Add your answer
Loading...

Leave a comment

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