Postponing a (major) dependency update for too long can harm our productivity in the long run as we might not be able

Read More

Gatling is a performance testing tool to carry out load tests on applications. Gatling can spawn thousands of virtual users/clients over a

Read More

When running our Java tests with Maven they usually produce a lot of noise in the console. While this log output can

Read More

Learning how to test a Spring Boot application effectively can be a hurdle, especially for newcomers. Without a basic knowledge of Spring's

Read More

Starting with a new programming language is always exciting. However, it can be overwhelming as we have to get comfortable with the

Read More

With this guide, we'll investigate the powerful @SpringBootTest annotation for writing Spring Boot integration tests. If you're new to testing the Spring

Read More

Yet another blog post about a Mockito feature that we should rarely use: Mockito deep stubs. With this article, we'll explore how

Read More

With this blog, you'll get an overview of how unit and integration testing works with Spring Boot. On top of this, you'll

Read More

Testcontainers offers several initialization strategies for our Docker containers when writing integration tests. Depending on the Docker image we use for our

Read More

One of the core features of Spring is the event publishing functionality. We can use events to decouple parts of our application

Read More