Introduction to Java unit testing with JUnit5 framework
Hands-on experience with JUnit5 for absolute beginners

Introduction to Java unit testing with JUnit5 framework udemy course
Hands-on experience with JUnit5 for absolute beginners
In this course you will be guided through the basics of Java unit testing using JUnit5 framework. You do not need to have any prior JUnit experience or knowledge to take this course. All you need to have - willingness to learn some new exiting things about unit testing on Java using JUnit5 framework and some time to write unit tests along with me.
Some basic Java knowledge is required, you need to be familiar with some basic concepts like class, method, variables, objects, etc.
Java 11 LTS is used in this course and examples are shown in IntelliJ IDEA. But all taught content will work fine on later versions of Java.
We will define a basic Java class and for each method of this class we will create unit tests, so we could be sure everything works as it should.
The most important topics covered in this course includes
Explanation why we should include unit tests in each our application
How to define a test class, where all unit tests will reside
Important annotations used in test classes
How to interpret unit tests results
How to fix failed tests
I hope you will really enjoy opening for yourself a new entertaining world of unit testing on Java!