Save to My Lists
Unclaimed
Unclaimed

Top Rated JUnit Alternatives

JUnit Reviews & Product Details - Page 3

JUnit Overview

What is JUnit?

JUnit is a simple framework to write repeatable tests.

JUnit Details
Discussions
JUnit Community
Show LessShow More
Product Description

JUnit is a simple framework to write repeatable tests.


Seller Details
Seller
JUnit
HQ Location
Oslo, Oslo
Twitter
@junit
109 Twitter followers
LinkedIn® Page
www.linkedin.com
1 employees on LinkedIn®

Recent JUnit Reviews

Pawar S.
PS
Pawar S.Enterprise (> 1000 emp.)
5.0 out of 5
"Best testing framework of unit testing programs written in java"
JUnit is an open-source framework and for test-driven development, we can integrate it into our pipeline easily. JUnit ensures that after making ch...
Vijendra P.
VP
Vijendra P.Enterprise (> 1000 emp.)
5.0 out of 5
"Junit for writing testing unit test cases"
Junit is used for performing testing on our own piece of code for comparing the behaviour of our bussiness method. In order to test our bussiness ...
Prashant P.
PP
Prashant P.Enterprise (> 1000 emp.)
5.0 out of 5
"JUNIT"
Junit is widely Used Framework for writing and running unit testing in java. Junit allow developer to write test case that are specific to their t...
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

JUnit Media

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

36 JUnit Reviews

4.1 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.
36 JUnit Reviews
4.1 out of 5
36 JUnit Reviews
4.1 out of 5
G2 reviews are authentic and verified.
Verified User in Information Technology and Services
UI
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about JUnit?

The community support and popularity of JUNIT is astounding. It makes using JUNIT easy to lookup and get information on. The IDE integration is also quite nice, and the ability to easily run tests and have them picked up by Jenkins is very nice. Review collected by and hosted on G2.com.

What do you dislike about JUnit?

One thing which could be improved are the failure messages, having more context to a failure is quite useful in figuring out why it failed. Review collected by and hosted on G2.com.

Recommendations to others considering JUnit:

Match your package names to be able to access protected methods from the test code. Don't make methods public just for tests! Review collected by and hosted on G2.com.

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

We need our tests to run automatically on every check in. JUnit + Jenkins helps us do that. We also need a large suite of tests for each one of our products that can be ran in one command. JUNIT helps us do that. We also need tests which integrate well with our IDE's, JUNIT does that. Review collected by and hosted on G2.com.

Pankaj R.
PR
QA Lead
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
What do you like best about JUnit?

I have integrated junit with my maven project . Junit is a platform For testing frameworks on JVM. Annotation allow us to give tag name to our test classes and methods. We can define what to run before or after the tests. I am using it with selenium to run my test cases. Junit is shipped with Most of IDE such as Eclipse and Netbeans Review collected by and hosted on G2.com.

What do you dislike about JUnit?

There is nothing i dislike with Junit framework. Review collected by and hosted on G2.com.

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

I am running me test cases by Junit, helping in automating my website Review collected by and hosted on G2.com.

Verified User in Information Technology and Services
UI
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about JUnit?

Framework permits quick and easy generation of test cases and test data. Review collected by and hosted on G2.com.

What do you dislike about JUnit?

Report generating in junit is difficult and code is not facile to maintain. Review collected by and hosted on G2.com.

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

Repeated tasks that need to be prior to each test case for instance creating a database connections. Review collected by and hosted on G2.com.

TP
Sr manager
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about JUnit?

Framework provides great way to test java code. I like annotations a lot and it reduces code clutter. I have been using JUnit for long time and its always helful in my code functional testing as well as low level testing of any specific part of code. Review collected by and hosted on G2.com.

What do you dislike about JUnit?

I want mock to be part of this framework but since i can still use Mockito, i am fine. some times code becomes too much=h focused on test specific setup and takes a lot to ficus on real testing. additional high level APIs should help. like easy to manage assertions and exceptions. Review collected by and hosted on G2.com.

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

Testing code Review collected by and hosted on G2.com.

Verified User in E-Learning
UE
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Review source: Seller invite
What do you like best about JUnit?

Easy to install via Eclipse / Spring Test Studio. It's similar to setting up with TestNG, which is an alternative and what I originally used for learning how to automate with Selenium in Java. Setting it up in a POM makes automation testing a breeze. Review collected by and hosted on G2.com.

What do you dislike about JUnit?

It doesn't support group tests with dependencies like TestNG does. Review collected by and hosted on G2.com.

Recommendations to others considering JUnit:

If you're doing automation with Selenium and need a way to manage your tests, JUnit is just as easy as TestNG. I found JUnit to be just as widely used. Guru99 actually has a pretty good breakdown of the differences and similarities, which there are a lot of the latter: https://www.guru99.com/junit-vs-testng.html Review collected by and hosted on G2.com.

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

We use it to manage our test reports and the organization of our tests within Eclipse / Spring Test Studio. Combining this with Selenium, we're solving our need to reduce manual regression testing and improving the reliability of our product. Review collected by and hosted on G2.com.

Sherif W.
SW
Software Engineer
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
Business partner of the seller or seller's competitor, not included in G2 scores.
What do you like best about JUnit?

You can write your tests with java and run it easily from eclipse or can be configured and run by some commands. Can make several classes as well. Review collected by and hosted on G2.com.

What do you dislike about JUnit?

Some limitations happens for grouping which is easier with TestNG Review collected by and hosted on G2.com.

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

Writing unit tests for our system at Webalo. After solving some bugs it causes a lot of other bugs due to lack of unit tests. Review collected by and hosted on G2.com.

priyanka r.
PR
Training Specialist
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about JUnit?

Java programming language testing framework. There are new annotations which allows us to create nested groups. It is easy to integrate with Apache maven build tool. Only we need to put the xml in POM file. Review collected by and hosted on G2.com.

What do you dislike about JUnit?

There us nothing i dislike with Junit. But i prefer TestNG more Review collected by and hosted on G2.com.

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

Automating test cases Review collected by and hosted on G2.com.

SS
Software Development Engineer In Test
Information Technology and Services
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
Business partner of the seller or seller's competitor, not included in G2 scores.
What do you like best about JUnit?

Junit is a good TDD framework. It is really helpful for asserting the data Review collected by and hosted on G2.com.

What do you dislike about JUnit?

Junit does not support many assertions. For that, I have to use another framework Review collected by and hosted on G2.com.

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

Validating my test framework. I have also used for other purposes Review collected by and hosted on G2.com.

Asha G.
AG
Business Analyst
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about JUnit?

can be used to created automated test runs with tools like travis CI, teamcity and jenkins Review collected by and hosted on G2.com.

What do you dislike about JUnit?

I have minor issues about restrictions it enforces on test code Review collected by and hosted on G2.com.

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

Junit has loads of extentions available for various purposes beyond unit testing plain old java objects Review collected by and hosted on G2.com.

Verified User in Computer Software
UC
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about JUnit?

I started writing unit test for my application with JUnit. Its very easy to learn and greatly efficient. The framework works well not only for small projects but also for large business solutions Review collected by and hosted on G2.com.

What do you dislike about JUnit?

Not anything specific I can think of right now. Review collected by and hosted on G2.com.

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

Wrote automated unit test for my application. Making sure everything works as intended. Review collected by and hosted on G2.com.