There are many software development blogs out there, but many of them don't publish testing articles on a regular basis.
Also, I have noticed that some software developers don't read blogs written by software testers. That is a shame because I think that we can learn a lot from them.
That is why I decided to create a newsletter that shares the best testing articles which I found during the last week.
Let's get started.
Technical Stuff
- End-to-End Testing Web Apps: The Painless Way is a good blog post that describes how you can write your first end-to-end tests with Cypress and run them with Docker.
- Service Virtualization Meets Java: Hoverfly Tutorial is a comprehensive blog post that helps you to simulate the behavior of an HTTP API with Hoverfly Java and JUnit 5.
The Really Valuable Stuff
- 7 ways to tidy up your test code is a good blog post that provides seven tips which help you to clean up your existing test code. Naturally, these tips will also help you to write clean code when you are writing new tests.
- Write better test cases titles is an excellent blog post that explains why you should pay attention to the titles of your test cases and helps you to write better titles. By the way, you can use the advice given on this blog post when you are naming your test methods (or describing them with the
@DisplayName
annotation).