Similar to a REST API, an Amazon SQS listener is an entry point to our application. While we can easily test our

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

MongoDB is one of the NoSQL databases that Spring Boot offers great testing support for. Like all other test slice annotations from

Read More

Recently I introduced Testcontainers for a Kotlin based Spring Boot application. I jumped right into the setup and immediately ran into an

Read More

Testcontainers is now for almost a year part of my core testing libraries set. It allows you to control Docker containers for

Read More

Ensuring your application is working properly is a critical part of continuous integration and delivery. Unit tests help you to test your

Read More

Testcontainers is a game-changing library for writing integration and end-to-end tests. With the advent of Docker, we can conveniently start infrastructure components

Read More