lundi 22 décembre 2014

How to calculate Application total block ccoverage including assemly without any tests

Currently VS test covreage tool only includes assemblies that are loaded into memory when the tests run. If none of the tests are executed then there is nothing for code coverage to report.


While to get a application level total unit test block coverage, we need to include those assemlies has no tests as well.


Is there any solution can enable VS test coverage report to include those dll as well? Or if no automatic solution, how to measure how many blocks in those uncovered assemblies? Then we can do some manual work to get the total coverage.


Aucun commentaire:

Enregistrer un commentaire