Uplatz's JUnit 5 course is designed for testers and software developers who want to learn how to test software at a detailed level using JUnit 5 and JUnit Jupiter. The operation taught in this course is specifically oriented to JUnit 5, and is reinforced by a series of hands-on exercises that allow you to build unit tests gradual as the workshop progresses. Uplatz course bridges the gap between solid unit test design and unit test automation. The course covers both functional and structural testing, with numerous examples and templates.
Junit was developed by Kent Beck and Erich Gamma. Its first version was released in 1997. It became one of the most popular testing frameworks in the Java community due to its ease of use. It is a lightweight testing framework which allowed Java developers to write unit test cases in Java language. The recent version released is 5.3.2, which is termed as Junit 5.
Junit 5 is a powerful and popular Java testing framework. It is composed of many different modules. These different modules are parts of three sub-projects as follows: - Junit Platform, Junit Jupiter, Junit Vintage. In short it is represented as, JUnit 5 = JUnit Platform + JUnit Jupiter + JUnit Vintage
The architecture of JUnit 5 mostly comprises of these 3 components/sub-projects. This course gives you an understanding about JUnit5 with easy-to-follow examples. You will learn the how to write proper unit tests using JUnit 5 and run them. Also, you will learn how to use Mockito framework for mocking objects. At the end of the course, you will gain the right skillset to write appropriate JUnit testcases for testing their applications.
Unit Introduction and Adding JUnit5 dependency in Maven project
JUnit5 Annotations and @RepeatedTest Annotation
JUnit5 Assertions and Timeouts
JUnit5 Expected Exceptions
JUnit5 Parameterized Tests
JUnit5 How to run Unit Test with Maven
JUnit5 Tagging and Filtering
Hamcrest Framework
Unit Testing on Spring Boot Repository
Spring Boot Integration Testing
Introduction to Log4j
Log4j Components and Implementation
Working with Log4j Properties
Enthusiasm and determination to make your mark on the world!