You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Test Coverage

Test coverage is a process that allows obtaining information of the level of code being executed during a test or set of tests. Usually you get information about the percentage of your source code that is being executed during the tests, but the reports may have other information like the total number of lines and the executed ones.

There are multiple tools for test coverage for each programming language, which complicates the decision as to which one to use.

In ACS we have investigated and as a consequence we recommend the use of the following:


  • No labels