0

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

Leejo
  • 107
  • 2
  • 4
  • 7

1 Answers1

0

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.

Daniel
  • 920
  • 7
  • 19