Multiple choice technology testing

___________ technique can be used to achieve input and output coverage

  1. Boundary value analysis

  2. Equivalence partitioning

  3. Decision table testing

  4. State transition testing

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Equivalence partitioning divides input data into groups (partitions) that are expected to be processed similarly, allowing you to achieve coverage by testing one value from each partition.