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.
This is the last Java Testing Weekly of the year 2018. Happy holidays!
Technical Stuff
- Testing on Android using JUnit 5 is a practical blog post that helps you to write tests for an Android application with Kotlin and JUnit 5.
The Really Valuable Stuff
- 7 reasons not to skip the tests is an excellent blog post that explains why you must not skip writing tests.
- Manifesto for software testing is a short and thought-provoking blog post that describes what software testing is.
- Tests won’t make your software correct is an excellent blog post that explains why automated tests can never prove that your software is correct.