Decision coverage is a testing metric used to ensure that all possible paths (decisions) in the code have been executed at least once. It is not used to verify the correctness of module calls, which ismore related to integration testing or control flow testing. Options A, B, and D describe valid uses of decision coverage, ensuring that decisions are exercised in programs, business processes, and measuring the extent of coverage by a test suite .
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit