Show rating breakdown
Save to My Lists
Unclaimed
Unclaimed

Top Rated JaCoCo Alternatives

JaCoCo Reviews & Product Details - Page 4

JaCoCo Overview

What is JaCoCo?

JaCoCo is a free Java code coverage library.

JaCoCo Details
Discussions
JaCoCo Community
Show LessShow More
Product Description

JaCoCo is a free Java code coverage library.


Seller Details
Seller
Jacoco
HQ Location
N/A

Recent JaCoCo Reviews

Verified User
U
Verified UserEnterprise (> 1000 emp.)
4.5 out of 5
"Best code coverage tool for java"
Easy to integrate with the IDE or tools Easy to use Very fast and accurate Easily can filter and customize
Manish G.
MG
Manish G.Enterprise (> 1000 emp.)
5.0 out of 5
"Jacoco is wonderful and easy tool for your application code coverage"
Jacoco is wonderful and easy tool for your application code coverage
Prashant P.
PP
Prashant P.Enterprise (> 1000 emp.)
5.0 out of 5
"JaCoCo Code Coverage tool"
We can verify how many lines of code is executed and how many lines of code is not executed in unit testing.We can make sure our bussiness logic is...
Security Badge
This seller hasn't added their security information yet. Let them know that you'd like them to add it.
0 people requested security information

JaCoCo Media

Answer a few questions to help the JaCoCo community
Have you used JaCoCo before?
Yes

42 JaCoCo Reviews

4.6 out of 5
The next elements are filters and will change the displayed results once they are selected.
Search reviews
Popular Mentions
The next elements are radio elements and sort the displayed results by the item selected and will update the results displayed.
Hide FiltersMore Filters
The next elements are filters and will change the displayed results once they are selected.
The next elements are filters and will change the displayed results once they are selected.
42 JaCoCo Reviews
4.6 out of 5
42 JaCoCo Reviews
4.6 out of 5

JaCoCo Pros and Cons

How are these determined?Information
Pros and Cons are compiled from review feedback and grouped into themes to provide an easy-to-understand summary of user reviews.
Pros
Cons

Overall Review Sentiment for JaCoCoQuestion

Time to Implement
<1 day
>12 months
Return on Investment
<6 months
48+ months
Ease of Setup
0 (Difficult)
10 (Easy)
Log In
Want to see more insights from verified reviewers?
Log in to view review sentiment.
G2 reviews are authentic and verified.
Ryan S.
RS
Software Engineer
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about JaCoCo?

JaCoCo works very well at analyzing code coverage. It helps you find lines of code and control paths that still need to be covered by unit tests. High code coverage is a must to ensure your code is well tested. Review collected by and hosted on G2.com.

What do you dislike about JaCoCo?

JaCoCo integrates well with Maven. It can be a little daunting for young engineers to figure out how to use the plugin. Review collected by and hosted on G2.com.

What problems is JaCoCo solving and how is that benefiting you?

JaCoCo is used to ensure team mates properly test their code. We enfource a base line of code coverage for every new contrabution. Review collected by and hosted on G2.com.

Verified User in Computer Software
UC
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about JaCoCo?

I use the JaCoCo to identify how many lines of the code tested and missing test cases in the code. It will generate a nice report. Review collected by and hosted on G2.com.

What do you dislike about JaCoCo?

It would be better to enhance Jacoco Report UI Review collected by and hosted on G2.com.

What problems is JaCoCo solving and how is that benefiting you?

I'm checking my code test coverage. I have identified a lot of missing test cases using JaCoCo Review collected by and hosted on G2.com.

Verified User in Retail
CR
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about JaCoCo?

It is free and open source tool for checking the code coverage of the application code. Provides very easy to read reports for each class files or lines of code. Can be easily integrated to any popular IDE'S. Review collected by and hosted on G2.com.

What do you dislike about JaCoCo?

Can be more elaborative while showing the branch coverage. Review collected by and hosted on G2.com.

Recommendations to others considering JaCoCo:

Yes we can get easy to implement perfect code coverage tool for the application. Review collected by and hosted on G2.com.

What problems is JaCoCo solving and how is that benefiting you?

Really helpful to easily integrate with IDE and get code coverage. Helps in identifying lines or branches for which test cases are not covered. Easy to read reports to get an overall code coverage to meet up the expectations. Review collected by and hosted on G2.com.

Muhammed A.
MA
Staff Software Quality Engineer
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about JaCoCo?

It check code coverage with unit tests and give very detailed and obvious reports Review collected by and hosted on G2.com.

What do you dislike about JaCoCo?

The documentation is not very clear, and the support community is not available all time Review collected by and hosted on G2.com.

What problems is JaCoCo solving and how is that benefiting you?

JaCoCo is a free Java code coverage library. We use it for the code review in our company because of its good reports Review collected by and hosted on G2.com.

Verified User in Banking
UB
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
What do you like best about JaCoCo?

JaCoCo is very easy to integrate and it tells us about the code coverage. Review collected by and hosted on G2.com.

What do you dislike about JaCoCo?

It does not give full information about the uncovered methods or code lines when running individually by the testing team (who don't have code access) Review collected by and hosted on G2.com.

What problems is JaCoCo solving and how is that benefiting you?

It helps developers to identify code for which the developer has not written the test cases. Review collected by and hosted on G2.com.

kareem e.
KE
Software Test Engineer
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about JaCoCo?

It is a free code coverage library for Java Review collected by and hosted on G2.com.

What do you dislike about JaCoCo?

JaCoCo only writes the coverage file after the application is shut down Review collected by and hosted on G2.com.

What problems is JaCoCo solving and how is that benefiting you?

We want to increase our code coverage testing in our company so we used Jacoco for this purpose Review collected by and hosted on G2.com.

Isuru S.
IS
Full Stack Developer
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about JaCoCo?

Jacoco provides accurate unit test coverage reports . It renders data in graphical views and textual views. Also, data can be generated in multiple formats like CSV, XML, HTML, etc. Furthermore, it integrates well with SonarQube to get coverage reports. Review collected by and hosted on G2.com.

What do you dislike about JaCoCo?

Jacoco works well with Junit4. It is a bit unstable with JUnit5 Review collected by and hosted on G2.com.

Recommendations to others considering JaCoCo:

It is a goto solution to calculate unit test coverage in your java projects Review collected by and hosted on G2.com.

What problems is JaCoCo solving and how is that benefiting you?

Unit testing is a common practise in Java based application development.It is imperative to measure the test coverage done by each and every developer and Jacoco solves that problem by calculating the test coverage and visualizing them in graphical format. Review collected by and hosted on G2.com.

Jeet S.
JS
Information Technology Specialist
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about JaCoCo?

It's very user-friendly library and can be easily used by any coder Review collected by and hosted on G2.com.

What do you dislike about JaCoCo?

Sometimes there are errors when instrumenting some Java classes. It take time to resolve Review collected by and hosted on G2.com.

Recommendations to others considering JaCoCo:

if not forever, atleast try for sometime and you will like it a lot Review collected by and hosted on G2.com.

What problems is JaCoCo solving and how is that benefiting you?

As it compiles Java sources and executes a simple Java program and also creates a coverage report. It's beneficial to me Review collected by and hosted on G2.com.

Mohd. Fawaz A.
MA
Assistant Manager
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
(Original )Information
What do you like best about JaCoCo?

It drastically reduces the test case and uplifted the complaince of the code. Review collected by and hosted on G2.com.

What do you dislike about JaCoCo?

Waterfall model approach required to further reduce test cases. Review collected by and hosted on G2.com.

Recommendations to others considering JaCoCo:

Jacoco is highly recommended. Review collected by and hosted on G2.com.

What problems is JaCoCo solving and how is that benefiting you?

Time of delivery of project

Complaince of code Review collected by and hosted on G2.com.

Verified User in Information Technology and Services
II
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: Organic
What do you like best about JaCoCo?

Code coverage gathering capability without the necessity to prepare somehow codebase at the byte code level. Also, does code coverage at the condition level. Review collected by and hosted on G2.com.

What do you dislike about JaCoCo?

Sometimes it's hard to analyze the results of report for custom purposes. Review collected by and hosted on G2.com.

What problems is JaCoCo solving and how is that benefiting you?

Code coverage with unit tests analysis. Review collected by and hosted on G2.com.