182k views
1 vote
What is decision coverage?

A. The coverage of condition outcomes
B. Decision coverage is a synonym for statement coverage
C. The coverage of executable statements
D. The coverage of decision outcomes

User AHiggins
by
8.2k points

1 Answer

2 votes

Final answer:

Decision coverage is a testing criterion used in software testing to measure the extent to which the decision outcomes of a program have been exercised.

Step-by-step explanation:

Decision coverage is a testing criterion used in software testing to measure the extent to which the decision outcomes of a program have been exercised. It focuses on evaluating the different possible outcomes of decisions made within the program. Decision coverage aims to ensure that every possible decision outcome has been tested at least once.

User Vinu
by
7.0k points