Intermediate Software Engineering / SDLC / Agile
Q71 / 100

What is "pair-wise testing" (also known as all-pairs testing)?

Correct! Well done.

Incorrect.

The correct answer is A) A combinatorial test design technique that generates a reduced set of test cases ensuring that all possible pairs of input parameter values are covered at least once, rather than testing every possible combination

A

Correct Answer

A combinatorial test design technique that generates a reduced set of test cases ensuring that all possible pairs of input parameter values are covered at least once, rather than testing every possible combination

Explanation

Pair-wise testing dramatically reduces the number of test cases needed compared to exhaustive combinatorial testing, while still catching many defects caused by interactions between pairs of parameters.

Progress
71/100