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
- JUnit 5 - Basics introduces the basic features of JUnit 5 and helps you to write your first tests with JUnit 5.
The Really Valuable Stuff
- Test Contra-variance is a thought-provoking post which argues that it is not necessarily a good idea to write one test class per one production class.
- Test Automation Myth-Busting is an interesting blog post that busts eight myths about test automation.
- When Do You Stop Testing? is a good post that answers to the question given in the title of this blog post. Naturally, the answer is: it depends.