Skip to main content

Podcast: Ron Jeffries and Chet Hendrickson

Theo England

Hiya! This month on the Cucumber Podcast we speak to Ron Jeffries and Chet Hendrickson. They are probably best known for their association with the Agile Manifesto - Ron, one of the authors, Chet the first signatory. They've both done some other stuff too. This is a wide-ranging conversation hosted by Matt Wynne with fellow Cucumber people Sal Freudenberg, Steve Tooke and Aslak Hellesøy.

Your first Example Mapping session

Steve Tooke

This was originally posted on my Medium blog.

Example Mapping is a simple but powerful tool. It can frame the conversations that help your team to build a shared understanding about what you are trying to build. It was discovered and popularised by Matt Wynne.

If you haven’t heard of Example Mapping before, Matt’s post Introducing Example Mapping is a great place to start. Alternatively, if you prefer video you can watch Aslak’s Example Mapping webinar.. Both of those resources, and many others online and at conferences, are a great way to understand how Example Mapping works and why it’s useful.

But how do you get started with your first Example Mapping session for you team? Having helped several teams introduce Example Mapping into their practices I wanted to share my tips for getting started.

Podcast: The Screenplay Pattern

Theo England

This month on the Cucumber Podcast, we speak about The Screenplay Pattern. As John Ferguson describes it on his site, "the Screenplay Pattern is a powerful and elegant approach to designing and implementing automated tests, providing a number of improvements over more traditional approaches such as the Page Objects model."

The conversation covers why you should consider following the Screenplay Pattern and its potential drawbacks. The conversation closes with our guests providing a single tip for folks looking to try out the Screenplay Pattern on their own. Joining your host Aslak Hellesøy are John Smart, Jan Molak, Angie Jones, Nat Pryce, Matt Wynne and Steve Tooke.

Podcast: Collaboration between developers and testers

Theo England

The history of testers and developers working together is a bumpy road. Throughout the evolution of software development, testers have struggled to be treated as equals and developers have lacked the understanding of why they should care. Yet some teams do it well - both roles have a good experience and the resulting software benefits from the different perspectives. In this podcast, Franziska and Maaret speak to Matt Wynne to share some tips on how to improve this in your team.

Webinar: Example Mapping

Theo England

In the past couple of years, lots of software teams have been using a simple collaborative technique called Example Mapping to break down user stories. It was conceived co-founder of Cucumber, Matt Wynne, who wrote the seminal post introducing the practice.

In this recorded webinar the creator of Cucumber, Aslak Hellesøy, introduces Example Mapping and answers a few questions with colleague Steve Tooke at the end.

Podcast: Sexual harassment in tech

Theo England

On the podcast this month we discuss sexual harassment in tech. It's a subject that's been broadly covered in the news and we wanted to explore the experiences of women in tech and practical things we can all do to combat sexual harassment in our own communities. Your host Matt Wynne is joined by Sal Freudenberg, Arti Mathanda, Liz Keogh and Melissa Perri.

Podcast: VeST - Vertical Slice Technologies

Theo England

A bit of festive magic for you. We have invited Marcin Floyran and Sebastian Lambla back onto the podcast to discuss VeST (Vertical Slice Technologies). They were last on the podcast about two years ago to talk about Agile Anarchy and we asked them back to talk about VeST. So here it is. Aslak is asking the questions. This is a great listen for those who are interested in building customer-centric, high-quality software products.

Podcast: Modern-day test automation with Angie Jones

Theo England

On the podcast this month, Matt Wynne speaks to Angie Jones. We first heard about Angie through her posts about BDD, Test Automation and Cucumber on her website. Her blog is a treat, filled with lots of practical advice for modern software teams. Angie now works for Twitter as an Automation Engineer and is a frequent conference speaker.

Podcast: Mutation Testing with Henry Coles

Theo England

On the podcast this month Seb Rose speaks to Henry Coles, the creator of the Mutation Testing tool PIT. Here's how they describe Mutation Testing on the PIT Test website - "Mutation testing is conceptually quite simple. Faults (or mutations) are automatically seeded into your code, then your tests are run. If your tests fail then the mutation is killed, if your tests pass then the mutation lived. The quality of your tests can be gauged from the percentage of mutations killed."