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 your database migrations with Flyway and Testcontainers is a useful blog post which helps you to ensure that your database migration "scripts" don't fail.
- Using SpringJUnit4ClassRunner with Parameterized is a practical blog post that describes how you can write parameterized integration tests with JUnit 4 and Spring Test framework.
The Really Valuable Stuff
- I am Tester, I am Developer is an important blog post which explains that programmers and testers are both developers (and thus equally important).
- Monitoring Is Not Optional is an excellent blog post that explains why monitoring is a crucial part of performance testing.