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
- TDD With URM and Kotlin is an interesting blog post that describes how you can write a so called zero function of an URM (Unlimited Register Machine) by using TDD.
- Stateful tests in Wiremock is a useful blog post that describes how you can select the returned HTTP response by using the previous interactions between the system under test and WireMock.
The Really Valuable Stuff
- Five Tips How Software Testers Can Collaborate With Software Developers is an interesting blog post which gives five tips that help testers to become valuable team members.
- Inject-able only in test? is a thought-provoking blog post that describes how you can write tests for a legacy code by replacing the real dependencies with test doubles. Also, this blog post explains why you should do this and helps you to make the required changes to your legacy code.