Skip to main content
  1. Tags/

Jacoco

2024

Comparing Code Coverage Techniques: Line, Property-Based, and Mutation Testing

What is Test Coverage? # Test coverage is a metric used in software testing to measure the testing performed on a piece of software. It indicates how thoroughly a software program has been tested by identifying which parts of the code have been executed (covered) during testing and which have not. Here are the key aspects of test coverage: