Part 4 of my blog post series about "to test, or not to test" is about making manual testing easy, and why it matters: https://www.planetgeek.ch/2026/03/19/to-test-or-not-to-test-part-4-make-it-easy-to-test-locally/.

Can you run your system locally and/ or test things quickly, or do you have to wait for a test environment?

To test, or not to Test? Part 4 – Make it easy to test locally

I wrote code without tests that ran in production without defects, and I wrote buggy code with TDD (Test Driven Development). Time to look back at 35 years of coding and when tests help, and when there is something better. And especially, what these better things are. In this part, we look at how to...

planetgeek.ch