|
From: Rick K. <rmk...@gm...> - 2013-06-11 16:36:17
|
Hello CodeCover... I’m trying to understand the coverage we achieve during different portions of our testing and I’m looking for a ‘one-size-fits-all’ tool… Of these tools: JVM Monitor < http://www.jvmmonitor.org/doc/index.html > ß basically a profiling tool for performance eval, imho Cobertura < http://cobertura.sourceforge.net/ > ß ??? EMMA < http://emma.sourceforge.net/faq.html > ß ??? Clover < http://www.atlassian.com/software/clover/overview > ß measuring unit test code coverage in a dev environment is this tool’s bread & butter Sonar < http://www.sonarsource.org/ ß been recommended to avoid this one… How does CodeCover perform across differing testing regimes, i.e., unit, integration, acceptance etc…? ditto for CodeSurfer? & JAVALANCHE? Best, -r |