1.3. Real-time Test Coverage Reporting

The concept of test coverage reporting is to show which parts of your projects are executed by your unit tests, thereby exposing any gaps in your testing.

Sureassert UC features:

  • Graphical test coverage highlighting in the Java source editor.
  • Per-file coverage analysis and configurable threshold warnings/errors within the Problems View.
  • Continuous coverage analysis and reporting – i.e. you don’t run a test coverage analyser, it is performed automatically as you work.

Continuous automatic coverage reporting gives you an instant view on what’s left to test as you’re writing your code.

Previous Page   |   Next Page   |   Table of Contents

Comments are closed.