This blog post describes how we can implement a read-only one-to-many relationship with jOOQ by using a MULTISET value constructor. The solution described in this blog post doesn't require any extra dependencies. Read More
Before we will learn how to write integration tests for Spring Boot web applications, it's a good idea to take a quick look at the tools which help us to write better tests. This blog post highlights six testing tools which we should use when we are writing integration tests for Spring Boot web applications. Read More
The Clean Test Automation Monthly is a monthly blog post that highlights the best test automation content which I read during the current month. This blog post highlights the best test automation content of October 2023. Read More
The Clean Test Automation Monthly is a monthly blog post that highlights the best test automation content which I read during the current month. This blog post highlights the best test automation content of September 2023. Read More
This is a free sample lesson of my Introduction to JUnit 5 course. This lesson describes what a JUnit 5 extension is, helps us to understand when JUnit 5 extensions are run, and explains how we can register JUnit 5 extensions. Read More
This is a free sample lesson of my Introduction to JUnit 5 course. This lesson describes how we can select the invoked test cases by using tag expressions and filter JUnit 5 tests with Maven and Gradle. Read More