unit testing - Reverse test coverage -
i looking way automate following task.
given coverage report, find out tests cover particular method / function. better if can specify specific class , line number.
the running time not imoprtant long done within few hours. thinking of running each test 1 one , collecting coverage records in database. wandering if there out there faced similar problem , has ready made solution.
our project medium sized 100 unit test cases.
p.s. clarify our project java based, looking see other platforms have in regard.
opencover (.net code coverage) supports feature mstest, nunit , xunit (other test frameworks can added). running time fractionally longer running normally.
Comments
Post a Comment