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
- All talks of the Selenium Conference Austin 2017 are now available on Youtube. Check them out.
- Spring Testing Improvements in IntelliJ IDEA 2017.1 describes the enhanced Spring testing support of IntelliJ IDEA 2017.1 that was released last week.
- Unit testing classes that depend on time is a good blog post that describes how you can write testable code that depends on current time. Also, it explains how you can write unit tests for that code.
The Really Valuable Stuff
- Intuitions of Testing is an interesting post which argues that if you want to good at testing, you have to do a lot of testing and eventually you will develop a "sense" that helps you to find bugs from an application you have never used before.
- The 2017 State of Testing Report is out announces the release of the 2017 State of Testing Report. This post also identifies the key findings of the survey that help you decide if you should take a look at the actual report.
- QA in Production is an excellent article that describes what kind of data you should gather from your production environment and explains how you should use this data.