Richard Adams
He / Him
I am Open to Work, Teach, Speak, Podcasting, Write, Meet at MoTaCon 2026
Passionate about quality & testing. Looking for new roles where I have the opportunity to lead and share my love for quality.
Achievements
Certificates
Awarded for:
Passing the exam with a score of 100%
Awarded for:
Achieving one or more Community Stars in five or more unique months
Activity
awarded Jenna Charlton for:
Testing Treasure Maps: The Art of Crafting Charters
earned:
Testing Treasure Maps: The Art of Crafting Charters
awarded Tobias Geyer for:
Let's Talk About Ethics And Software Testing - Tobias Geyer
earned:
Let's Talk About Ethics And Software Testing - Tobias Geyer
awarded Kate Paulk for:
But I'm Not A Security Tester! - Kate Paulk
Contributions
My first goal for 2026 was to get certified. I have taken my STEC exam, albeit with a couple of lessons to complete, and passed. Pretty darn delighted and my CV is already updated ready for some jo...
After a year that mixed highs and lows, ending with me looking for work, I have three key goals to help me come back stronger.
1. Getting certified: I've started STEC and signed up for SQEC plus...
Explore how testers are blending AI with human judgment to improve exploratory testing, sharpen risk thinking, and stay accountable for quality in 2026.
Behaviour Driven Development is an agile approach to delivering software with the goal of the developers, testers and product owners or business analysts collaborate to have a shared understanding of intended behaviour through examples. These examples can then be formulated into test scenarios and automated to provide evidence that the desired behaviours are implemented and working successfully. These automated test scenarios are typically written in a human readable format known as Gherkin. The three phases of BDD are Discovery, Formulation and Automation. Note that tests written in Gherkin are not inherently BDD test cases as this requires completion the Discovery and Formulation phases.
Specification by Example is an agile approach to delivering software where the requirements are defined as executable specifications. Teams identify the scope of the work and illustrate the intended behaviour through examples. The key examples are refined into executable specifications which are then turned into automated tests. These test can then act as living documentation for the software. In order to provide human readable tests for the living documentation, tests may be written in Gherkin based frameworks or other frameworks such as Concordion or FitNesse. The methodology has significant overlap with BDD and ATDD.