0 votes
in Testing by
What is meant by test coverage?

1 Answer

0 votes
by

Test coverage is a quality metric to represent the amount (in percentage) of testing completed for a product. It is relevant for both functional and non-functional testing activities. This metric is used to add missing test cases.

...