Beginner Software Testing & QA
Q25 / 100

What is "equivalence partitioning"?

Correct! Well done.

Incorrect.

The correct answer is A) Dividing input data into groups (partitions) expected to be treated the same way, then testing one representative value from each group

A

Correct Answer

Dividing input data into groups (partitions) expected to be treated the same way, then testing one representative value from each group

Explanation

Equivalence partitioning reduces the number of test cases needed by grouping inputs that should produce similar results and testing one from each group.

Progress
25/100