Decision Coverage.

Loading

โœช Choose the correct option.

Decision Coverage.

A. Testing Boolean expressions which are not in control structures.
B. entire expression is considered as boolean expression irrespective of logical-and and logical-or operators
C. coverage except switch-statement cases, exception handlers
D. all of the above.

Leave a Comment