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
- Testing System.exit() with JUnit5 is an interesting blog post that describes how you can write a custom JUnit 5 extension which allows you write tests for
System.exit()
.
The Really Valuable Stuff
- 5 Ways to Fail With Your Test Automation is a solid blog post which identifies five mistakes that help you to create a worthless test suite.
- How to Slow Down to Go Faster Than Ever in Software Development is an excellent blog post that explains why you have to slow down now if you want to increase your speed in the long run.
- Testing is a game of chance is a thought-provoking blog post which provides an interesting answer to the question: why do we test.