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
- Choosing the right JavaScript testing tool introduces the results of a survey which was done by the author because he wanted to learn which Javascript testing tools are used by developers.
- Getting started with Cucumber in Java — A 10 minute tutorial is a helpful and practical blog post that helps you write your first tests with Cucumber.
- Test Driven Development - Java JUnit FizzBuzz is a thought-provoking post that describes how you can implement FizzBuzz by using TDD. By the way, the author ended up writing an implementation which I have never seen before.
The Really Valuable Stuff
- How to lose technical arguments is an excellent blog post that explains how you can start solving real problems instead of wasting your time on fighting. By the way, I added this post on this newsletter because it has a thought-provoking section about unit testing.
- Why I like Testing in Production is an interesting post that explains why it might be a good idea to test in the product environment.