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
- REST Assured Authentication is a practical blog post that helps you to write tests for secured REST APIs. To be more specific, this blog post describes how you can write tests which use basic authentication, digest authentication, form authentication, or OAuth (1.0a or 2.0).
- Transforming Recorded TestProject Tests Into Java Code describes how you can download a recorded TestProject test as Java code and explains when you should use this feature.
The Really Valuable Stuff
- Test automation is not a project, it’s a process is an excellent blog post that explains why developers should be responsible for writing all automated tests.
- Why your test automation is ignored — and 5 steps to stand out is an excellent blog post that identifies 5 steps which help you to transform an unreliable test suite into a valuable asset.