Multiple choice technology testing

  1. Input and output combinations that will be treated the same way by the system can be tested using which technique?

  1. Boundary value

  2. Equivalence partition

  3. Decision table

  4. State transition

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

Equivalence partitioning groups input values into classes that should be processed identically by the system. By testing one representative value from each equivalence class, you can effectively validate the system's behavior for all values in that class, making testing more efficient while maintaining good coverage.