Coverage measurement tools are used by
-
Development team
-
Testing team
-
Both
-
None of the Above
A
Correct answer
Explanation
Coverage measurement tools are primarily used by the development team during unit and integration testing to measure how much of the code is being exercised by tests. The testing team typically focuses on test design and execution rather than coverage measurement itself.