Clean Test Automation Monthly 2 / 2025

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 is always published on the last day of the month.

Let's begin!

Slow, flaky, and failing identifies three kinds of tests which will slow us down if we don't either fix or delete them.

Say Goodbye to Flaky Tests: Playwright Best Practices Every Test Automation Engineer Must Know provides a long list of best practices which help us to avoid writing flaky tests.

Do Automated Tests Find Bugs? is a solid blog post which explains why automated tests cannot help us to find bugs.

SDET: Building a simple configuration mechanism for your Playwright project is a step-by-step guide that describes how we can write a custom configuration mechanism which loads environment variables from a .env file and validates the loaded configuration.

Introduction to MockMvcTester is my own blog post which describes what MockMvcTester is and explains why we should use it. This blog post will also help us to configure MockMvcTester, send HTTP requests to the system under test, and write assertions for the returned HTTP response.

0 comments… add one

Leave a Reply