Problem Statement
Which statement best reflects the role of code-coverage in a test suite?
Explanation
While code coverage helps identify untested code paths, pursuing 100% coverage can be time consuming and does not guarantee absence of bugs. It’s more important to test critical behaviours and edge cases.
Practice Sets
This question appears in the following practice sets: