adplus-dvertising
frame-decoration

Question

What is the objective of coverage-based testing?

a.

To detect faults

b.

To prove the correctness of the software

c.

To execute all statements of the program at least once

d.

To focus on error-prone points

Answer: (c).To execute all statements of the program at least once Explanation:Coverage-based testing focuses on executing all statements of the program at least once. The adequacy of the test set is measured in terms of the coverage of the product to be tested.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the objective of coverage-based testing?