When designing test cases, ________ can be used to ensure different combinations of inputs and their corresponding outputs are tested.

  • Decision Table Testing
  • Equivalence Partitioning
  • Pairwise Testing
  • State Transition Testing
Pairwise Testing is a technique used when designing test cases to ensure different combinations of inputs and their corresponding outputs are tested efficiently. It helps reduce the number of test cases while maintaining comprehensive coverage.
Add your answer
Loading...

Leave a comment

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