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
- How to avoid "No tests were found" when using JUnit 5 with Groovy is a practical blog post that helps you avoid a very common mistake that is often made by people who are familiar with the Spock Framework.
- Use null values in JUnit 5 parameterized tests is a practical blog post that describes how you can provide
nullvalues to parameterized tests by using the@MethodSourceannotation. - Writing Tests for Web Applications With TestProject is the third part of my TestProject tutorial, and it describes how you can write tests for web applications.
The Really Valuable Stuff
- Testing is storytelling is an excellent blog post that explains why you shouldn't write tests whose only purpose is to ensure that your code has no bugs.
It's Time to Update Your Dependencies
No updates this week.