Scrum
PSD · Question #148
What is code coverage? (choose the best answer)
The correct answer is A. The degree to which the system under test has been exercised by tests.. Code coverage measures the percentage of code executed during testing. It helps identify untested parts of a codebase, ensuring better quality and fewer defects.
Test Driven Development
Question
What is code coverage? (choose the best answer)
Options
- AThe degree to which the system under test has been exercised by tests.
- BThe number of Developers that understand how the code works.
- CAn insurance policy that covers the code for defects.
- DThe percentage of code in version control included in a build.
How the community answered
(59 responses)- A95% (56)
- B3% (2)
- C2% (1)
Explanation
Code coverage measures the percentage of code executed during testing. It helps identify untested parts of a codebase, ensuring better quality and fewer defects.
Topics
#code coverage#testing metrics#quality#test suite
Community Discussion
No community discussion yet for this question.