You're a software engineer tasked with ensuring a function behaves correctly for a vast range of input numbers. Which test design technique would be most effective?

  • Decision Table Testing
  • Equivalence Partitioning
  • State Transition Testing
  • Usability Testing
Equivalence Partitioning is a test design technique where input data is divided into different equivalence classes based on their behavior. Testing only one value from each class is deemed sufficient. For a vast range of input numbers, it reduces the number of tests while ensuring effective coverage.
Add your answer
Loading...

Leave a comment

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