I’ve released another screencast. This screencast will show you how to use the Gametel gem to drive the development of an Android application.
Category Archives: Ruby
New Email Lists
I’ve created a couple of new email lists to help better respond to questions and discussions about both my book and my ruby gems. Here’s the links:
The list for discussions about and requesting help for the Cucumber & Cheese book is here.
The list for discussions about and requesting help for the PageObject and other ruby gems is here.
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.
JetBrains Interview
Roman Numeral to Number Kata Screencast
I had so much fun doing the kata screencast last week that I decided to do another one today. It’s up on youtube for your enjoyment.