PinnedSander van Beek·Jul 12, 2024Make a Fearless Start With Security TestingSecurity 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…
Sander van Beek·Jan 17, 2025Adapt Arrange-Act-Assert to high-level testsArrange-Act-Assert (AAA pattern) is a tool for writing unit tests. It can be a great tool for high-level tests like end-to-end tests as…
Sander van Beek·Nov 8, 2024Test Automation Roadmap: Enterprise 🌍The Test Automation Roadmap is a model that splits the complex topic of test automation into five mindsets. This article covers the…
Sander van Beek·Nov 1, 2024The five levels of test automation skillsTest automation skills can sometimes be hard to gauge. Test automation is a big topic that can require a lot of knowledge and skills. I…
Sander van Beek·Sep 10, 2024Test Automation Roadmap: Multi-team 🤝The Test Automation Roadmap is a model that splits the complex topic of test automation into five mindsets. This article covers the…
Sander van Beek·Apr 18, 2024Test 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…
Sander van Beek·Mar 20, 2024Test 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…
Sander van Beek·Jan 30, 2024Test Automation Roadmap: First Steps 👣You want to, or have to, prove that test automation will offer value for your situation. Maybe you have never made an automated test…
Sander van Beek·Jan 8, 2024Test Automation RoadmapTest automation is a complex topic where diverse approaches often lead to confusion and misalignment. Introducing a structured model to…
Sander van Beek·Sep 25, 2023Automatically detecting redundant testsRemoving automated tests is rare. Because of this, some tests run without adding value. Can we automatically detect these redundant tests?