Make a Fearless Start With Security Testing

Security testing can feel like a scary thing. There is so much you need to know to be a security expert. However, you need a lot less knowledge to help security experts. This article lists some practical ways you can help your local security experts. Attackers Software security is an […]

Test Automation Roadmap: Everything 🚀

The Test Automation Roadmap is a model that splits the complex topic of test automation into five mindsets. This article covers the Everything mindset. This article is part of a bigger story on the Test Automation Roadmap. You should start with the introduction. Automate everything, unless When you have the Everything […]

Test Automation Roadmap: Cherry‑pick 🍒

The Test Automation Roadmap is a model that splits the complex topic of test automation into five mindsets. This article covers the Cherry-pick mindset. This article is part of a bigger story on the Test Automation Roadmap. You should start with the introduction. Automate if it’s worth it When you […]

Test Automation Roadmap: First Steps 👣

The Test Automation Roadmap is a model that splits the complex topic of test automation into five mindsets. This article covers the first mindset: First Steps. This article is part of a bigger story on the Test Automation Roadmap. You should start with the introduction. Prove that automation works When […]

Test Automation Roadmap

Test automation is a complex topic where diverse approaches often lead to confusion and misalignment among teams. The Test Automation Roadmap introduces a structured model to help teams, departments, and organizations navigate this terrain effectively. Why a new model? I have worked and talked with many fellow testers. One thing […]

Automatically detecting redundant tests

It’s common for test suites to grow over time, but removing tests is rare. Because of this, some tests run every time without adding any value. All these tests do is waste time and increase the test maintenance load. With this in mind, I attempted to find a way to […]