Verified User in Leisure, Travel & Tourism
UL
Verified User in Leisure, Travel & Tourism
Mid-Market (51-1000 emp.)
"JUnit review"
4/5
What do you like best about JUnit?

IDE support, good documentation, good community. Review collected by and hosted on G2.com.

What do you dislike about JUnit?

Nothing really, it seems i can always find what i need. Review collected by and hosted on G2.com.

Verified User in Airlines/Aviation
UA
Verified User in Airlines/Aviation
Mid-Market (51-1000 emp.)
"I find easy to test my modules."
4/5
What do you like best about JUnit?

it shows the failed and passed test cases with color. Review collected by and hosted on G2.com.

What do you dislike about JUnit?

I liked everything that I used. I basically tested my developed REST APIs. Review collected by and hosted on G2.com.

SK
Shailesh K.
Senior Software Engineer
Enterprise (> 1000 emp.)
"JUnit is an extraordinary for Unit Testing "
3.5/5
What do you like best about JUnit?

JUnit is an open source Framework. In JUnit, annotation is used to identify the test methods. some of the good features of JUnit are Test Runner, JUnit classes & Test Suite. Review collected by and hosted on G2.com.

What do you dislike about JUnit?

nothing is disliked about the JUnit from my end and Junit is best for Unit Testing. Review collected by and hosted on G2.com.

Verified User in Information Technology and Services
UI
Verified User in Information Technology and Services
Mid-Market (51-1000 emp.)
"Unit Testing is Simplifed "
4/5
What do you like best about JUnit?

it helps us to find the issues in early stage during the development of application and maintain the code quality. Review collected by and hosted on G2.com.

What do you dislike about JUnit?

it difficult to find the failure reason and could need more information of failure unit tests and needs to improved about the unit tests failure. Review collected by and hosted on G2.com.

Verified User in Information Technology and Services
UI
Verified User in Information Technology and Services
Mid-Market (51-1000 emp.)
"A solid, standard unit testing framework"
5/5
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.

Pankaj R.
PR
Pankaj R.
QA Lead
Mid-Market (51-1000 emp.)
"Junit is best for selenium test cases"
4/5
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.

Verified User in Information Technology and Services
UI
Verified User in Information Technology and Services
Enterprise (> 1000 emp.)
"Best testing framework"
4.5/5
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.

TP
Tom P.
Sr manager
Mid-Market (51-1000 emp.)
"Best test framework for java based application"
3.5/5
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.

Verified User in E-Learning
UE
Verified User in E-Learning
Mid-Market (51-1000 emp.)
"Great to use paired with Selenium for Automation"
4/5
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.

Sherif W.
SW
Sherif W.
Software Engineer
Small-Business (50 or fewer emp.)
Business partner of the seller or seller's competitor, not included in G2 scores.
"Junit awesome for java testing"
4.5/5
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.