Author Archives: cheezy

page-object 0.5.4 released

*** DEPRECATION WARNING *** You are calling a method named table. *** This method does not exist in page-object so it is being passed to the driver. *** This feature will be removed in the near future. *** Please change … Continue reading

Posted in PageObject, Ruby, Uncategorized | 9 Comments

Default Data Revisited

I just released a new version of the page-object gem today and it contains a nice new feature. This new feature will make it very easy to apply a set of data to a screen and have it populate all … Continue reading

Posted in Cucumber, PageObject, Ruby, Testing | Leave a comment

Playing the waiting game

One difficulty testers run into when they are new to driving browsers with cucumber is knowing how to handle sites that contain a lot of ajax calls. They write scripts that assume the elements on the page exist and are … Continue reading

Posted in Cucumber, PageObject, Testing | 3 Comments

Running your Cukes in Jenkins

One question that I am often asked is “How do you run your cucumber scripts?”. This question usually leads to a discussion about what process and software I use to run my features in a regression-like fashion in a team … Continue reading

Posted in Cucumber, Ruby, Testing | 6 Comments

Those pesky frames and iframes

Wouldn’t it be sweet if all of the web pages in the world were nicely formed with easy to identify elements. If you work in an environment like this, I am envious. I often find myself working with a team … Continue reading

Posted in Cucumber, Ruby, Testing | 19 Comments

Introducing page-object gem

page-object is a simple ruby gem that assists in creating flexible page objects for testing browser based applications. To understand the inspiration for this gem please read this blog post. This post will walk you through some of the core … Continue reading

Posted in Cucumber, Ruby, Testing | 12 Comments

Transforming My Cukes

This past week on the cucumber list Aslak asked if people knew about and where using Transforms. Based on the response I would have to say that not many know about it. I have to put myself in this category. … Continue reading

Posted in Cucumber, Ruby | 1 Comment

Using the database in our tests

I’m releasing another chapter of my book. It is the chapter we focus on using a database in our tests. The chapter uses ActiveRecord and several additional gems. Please give it a read and let me know what you think.

Posted in Book, Cucumber, Ruby, Testing | 1 Comment

My Book

For the past two of years I have had a string of successes and a lot of fun helping teams adopt Acceptance Test Driven Development with Cucumber. I was never brought in to do this specifically. You see, I am … Continue reading

Posted in Book, Cucumber, Ruby, Testing | 13 Comments

Bowling Game in C++

Last year was a blast. I started the year coaching a team that was developing a grails web application. Next was a batch application written in perl and pl-sql. Next I moved on to objective-c and then on to php … Continue reading

Posted in C++, Test Driven Development | 2 Comments