Fetching data via HTTP from a remote system is a task almost every application has to solve. Fortunately, there are mature Java

Read More

Good old web tests – extremely valuable, sometimes hard to maintain, and annoying once they get flaky. If you are familiar with

Read More

Writing your first test with JUnit 5 is straightforward. Annotate your test method with @Test and verify the result using assertions. Apart

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