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 (not) to test RESTful APIs with Selenium WebDriver points out that you should NEVER write automated tests for a REST API by using Selenium WebDriver. The moral of this story is that you should use the best tool for the job, and quite often this means that you have to learn to use new tools.
The Really Valuable Stuff
- Know WHY you are doing this explains why the author is doing testing for living. Also, it helps you to understand why it is important that you can answer to that question.
- Tests are a form of waste? busts the myth that automated tests are waste. Typically (but not always) when a person says that automated testing isn't useful because of X, the person just doesn't know how to write his/her tests on the right level and/or how to write tests that are easy to maintain.
- The Evolution of the Testing Pyramid is a very interesting post that identifies three different test "automation" pyramids and explains the pros and cons of each pyramid. If you have time to read only one blog post, it should be this one.
- What do you mean? provides a quick introduction to Behaviour Driven Development (BDD). It explains the basic concepts of BDD and helps you transform your user stories into scenarios which are used to write automated acceptance tests.
It's Time for Feedback
Because I want to make this newsletter worth your time, I am asking you to help me make it better.
- If you have any feedback about this newsletter, share your thoughts on the comment section.
- If you have written a blog post about automated testing or software testing, ping me on Twitter.
- You can share this blog post on Twitter.
P.S. If you want to make sure that you don't ever miss Java Testing Weekly, you should subscribe my newsletter.
Hi Petri . Thanks for compiling the weekly. They are part of my weekly diet of technical reads.
Hi Arun,
You are welcome! I am happy to hear that this weekly is useful to you.
Hey Petri!
This week was very helpful, thank you.
You are welcome!