iSQI Exam Questions

what does that mean?

If we say that a set of tests has achieved 100% structural decision coverage on a particular
module in a program, what does that mean?

A.
That all bugs present in that module were necessarily revealed by those tests.

B.
That every control flow branch had been executed at least once by those tests.

C.
That every dataflow in that module was exercised at least once by those tests.

D.
That every path through that module was exercised at least once by those tests.

Explanation: