I’ve just completed another interview for the Watir Podcast. The topic of this interview is Test Automation Bootcamp. You can listen to it here.
Author Archives: cheezy
Test Automation Bootcamp
I am beginning work on something I call Test Automation Bootcamp. It is an 8 week immersion into the practice of Test Automation. You can read about it here. You can also view the curriculum. I am very excited about putting this together. Please take the time to register on the website if you want to stay informed as things progress.
Engine Yard Interview
Last month I was interviewed by Engine Yard. The podcast is finally up on their site. You can listen to it 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.
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.
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.