ECobertura Alternatives
ECobertura is described as 'Eclipse plugin based on Cobertura for measuring and visualizing Java code coverage' and is an app. There are five alternatives to ECobertura for a variety of platforms, including Mac, Windows, Linux, Eclipse and IntelliJ IDEA apps. The best ECobertura alternative is EclEmma, which is both free and Open Source. Other great apps like ECobertura are Atlassian Clover, CodeCover, Coverlipse and cobertura.
- 5 EclEmma alternatives
- Free • Open Source
- Mac
- Windows
- Linux
- Eclipse
EclEmma is a free Java code coverage tool for Eclipse, available under the Eclipse Public License. It brings code coverage analysis directly into the Eclipse workbench.
- - EclEmma is the most popular Windows, Mac & Linux alternative to ECobertura.
- - EclEmma is the most popular Open Source & free alternative to ECobertura.
Atlassian Clover provides Java and Groovy code coverage for software testing. Spend more time writing code that does stuff than code that tests stuff.
- 5 CodeCover alternatives
- Free • Open Source
- Mac
- Windows
- Linux
- Eclipse
CodeCover is a free glass-box testing tool developed in 2007 at the University of Stuttgart. CodeCover measures statement, branch, loop, term coverage (subsumes MC/DC), question mark operator coverage, and synchronized coverage.
CodeCover Features
DiscontinuedVery old project (last release was 11 years ago).
- 5 Coverlipse alternatives
- Free • Open Source
- Mac
- Windows
- Linux
- Eclipse
SourceForge presents the Coverlipse project. Coverlipse is an open source application. SourceForge provides the world's largest selection of Open Source Software. An eclipse plugin for code coverage visualization of JUnit Tests. Especially useful for test-first development.
- 5 cobertura alternatives
- Free • Open Source
- Mac
- Windows
- Linux
Cobertura is a free Java tool that calculates the percentage of code accessed by tests. It can be used to identify which parts of your Java program are lacking test coverage. It is based on jcoverage.