The recording for the JetBrains Webinar is now online.
Category Archives: Cucumber
The Tablet Show Podcast
Yet another podcast decided they wanted to hear me ramble on. If you’d like to hear me talk about testing mobile applications or testing in general you can listen to the podcast here.
Driving Android with Cucumber
I’ve released another screencast. This screencast will show you how to use the Gametel gem to drive the development of an Android application.
Using page-object with RSpec
I’ve released another screencast. This screencast will show you how to use the page-object gem when driving your tests with RSpec.
Building a Ruby Gem
I’ve released another screencast. This one builds a new Ruby Gem from scratch. This gem is a wrapper around jQueryUI controls making them usable by the page-object gem.
Using Javascript Controls with Page-Object
I just released a new screencast. This one demonstrates how to build a wrapper around Javascript controls and then register them with page-object so they behave like any other element.
Screencast on navigational features of page-object
I’ve created yet another screencast. This one demonstrates how to use the navigational features that are a part of the page-object gem.
Writing a Custom RSpec Matcher Screencast
I just uploaded a new screencast that demonstrates how to write a RSpec Matcher.
Continuing to adopt puppies – Screencast 2
I’ve uploaded another screencast to YouTube. This screencast builds upon the previous one so you’ll want to be sure to check it out first.
In this screencast I walk you through all of the code from the previous one and then proceed to add a new scenario that specifies a requirement for the checkout screen. Along the way I realize I have some code that needs to be reused on other pages. I then extract this code into a module and demonstrate how to create reusable “panels” that can be included in any page.
Using Cucumber to Adopt a Puppy
I’ve uploaded a new screencast to YouTube. This one demonstrates several techniques I use to keep my Cucumber scripts clean and well factored. If you like what you see in this screencast then please pick up a copy of my book. It contains these techniques plus a whole lot more.