What is the difference between reportgenerator and BIRTreportgenerator?

268 views Asked by At

Is BIRTreportgenerator just a newer approach to reportgenerator? Or are there differences to what they report and their intended use.

1

There are 1 answers

0
Daniel On

ReportGenerator is all about code coverage. If you want to visualize the code coverage of your tests, then ReportGenerator might be relevant for you.

BIRTreportgenerator seems to be a tool to perform static code analysis.