Learn to save time by writing better automated tests. Here's how you can get started:

Get Started With JUnit 5

JUnit 5 is a very popular testing framework that’s used to write tests for JVM applications. If you have to write tests in 2023, it’s extremely likely that you must use JUnit 5. My JUnit 5 course has 23 lessons, 47 exercises, and 12 quizzes which help you to work smarter and save time when you are writing tests with JUnit 5.

Read More

Write Tests for Spring Web Applications

Spring Framework and Spring Boot) have a very good support for writing automated tests. My Spring MVC Test tutorial describes how you should configure your automated tests and helps you to write both unit and integration tests for Spring and Spring Boot applications.

Read More

Learn to Deal With External HTTP APIs

If you have to write tests for code which sends HTTP requests to external APIs, you have to ensure that the correct HTTP request is send to the external API and configure the HTTP response which is returned by the external API. My WireMock tutorial describes how you can achieve these goals.

Read More

Read My Blog

I will help you to learn new technical skills and give you ideas which you can use to make your day-to-day work easier. At the moment I write mostly about test automation, but I might write an occasional Spring tutorial as well. If you are interested in these topics, you should take a look at my blog.

Read More