JUnit Resources

Students can have weird demands. They can ask you to teach them things that you’d never ever heard of before. This time I was asked by a crazy bunch to tell them something about JUnit. So I am gathering some resources here that you might find useful. By the way, JUnit is a Java framework that you can use to unit test your software. To this end, you can whether methods of a class or object work as they are supposed to according to the specifications. Here you go with the resources:

This tutorial on tutorials-point is possibly the best thing I have come across about JUnit.

JUnit Tutorial

JUnit Tutorial – JUnit is a unit testing framework for Java programming language. JUnit has been important in the development of test-driven development, and is one of a family of unit testing frameworks collectively known as xUnit, that originated with JUnit.

This is a very nice tutorial that tells you how to use JUnit in netbeans. This will make your life a lot more easier.

https://netbeans.org/kb/docs/java/junit-intro.html#Exercise_31

Photo by Kieran Clarke

If you found an error, highlight it and press Shift + Enter or click here to inform us.

CC BY-NC-ND 4.0 JUnit Resources by Psyops Prime is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.

Leave a Reply