EDDYMENS

Last updated 2022-11-05 03:50:45

What Is Test Coverage?

Table of contents

Definition

Test coverage refers to how much of your software is tested in percentage.

Use cases and Examples

If a team doesn't check test coverage, they might believe their software has been thoroughly tested, even though this may not be the case.

The way some systems measure test coverage is to simply count how much of their source code [→] is executed when the test is run thus code coverage = ( / )X 100

Summary

There are several tools out there you can integrate into your test suite to measure the test coverage, depending on your needs.

Here is another article you might like 😊 "Diary Of Insights: A Documentation Of My Discoveries"