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
- The @SpringJUnitConfig and @SpringJUnitWebConfig Annotations in Spring 5 gives a quick introduction to these two annotations that allow you to configure integration tests which use the Spring Test framework and JUnit 5.
The Really Valuable Stuff
- 43 Top Automation & Performance Testing Engineers to Follow in 2018 provides a good list of test automation and performance testing engineers that are worth following.
- Circles is an excellent post which reminds you that "repetition" and looking things from a different perspective is the key to learning new things.
- Test Automation Heuristic: No Conditionals is a good blog post that explains why shouldn't use conditional statements in your test code.