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