IDE support, good documentation, good community. Review collected by and hosted on G2.com.
Nothing really, it seems i can always find what i need. Review collected by and hosted on G2.com.
IDE support, good documentation, good community. Review collected by and hosted on G2.com.
Nothing really, it seems i can always find what i need. Review collected by and hosted on G2.com.
it shows the failed and passed test cases with color. Review collected by and hosted on G2.com.
I liked everything that I used. I basically tested my developed REST APIs. Review collected by and hosted on G2.com.
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.
nothing is disliked about the JUnit from my end and Junit is best for Unit Testing. Review collected by and hosted on G2.com.
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.
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.
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.
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.

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.
There is nothing i dislike with Junit framework. Review collected by and hosted on G2.com.
Framework permits quick and easy generation of test cases and test data. Review collected by and hosted on G2.com.
Report generating in junit is difficult and code is not facile to maintain. Review collected by and hosted on G2.com.
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.
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.
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.
It doesn't support group tests with dependencies like TestNG does. Review collected by and hosted on G2.com.

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.
Some limitations happens for grouping which is easier with TestNG Review collected by and hosted on G2.com.