Interview Questions

What is Code Coverage?

Software Quality Assurance Interview Questions and Answers


(Continued from previous question...)

29. What is Code Coverage?

An analysis method that determines which parts of the software have been executed (covered) by the test case suite and which parts have not been executed and therefore may require additional attention.

(Continued on next question...)

Other Interview Questions