adplus-dvertising
frame-decoration

Question

What is coverage-based testing?

a.

Testing a product's performance based on its functional requirements.

b.

Testing the product based on the percentage of instructions, branches, or paths executed.

c.

Testing the product's quality based on its market value.

d.

Testing the product's design based on the number of actions taken.

Answer: (b).Testing the product based on the percentage of instructions, branches, or paths executed. Explanation:Coverage-based testing is a method of testing the adequacy of a product, where the testing is expressed in terms of the coverage of the product. This coverage is based on the number of instructions, branches, or paths executed during the execution of a program.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is coverage-based testing?