Filipin.eu

Željko Filipin's blog.
Home Blog Tags Now License

View on GitHub
7 August 2012

Cucumber & Cheese by Jeff Morgan

by Željko Filipin

Cucumber & Cheese, A Testers Workshop by Jeff Morgan Cucumber & Cheese, A Testers Workshop by Jeff Morgan

I have a long story to tell about Cucumber & Cheese but, as both your and mine time is limited, I will try to make is short. The story begins way back in 2010 when Charley Baker posted link to Jeff Morgan's blog. I think that was the first time I was introduced to Page Object pattern. Since then Page Object pattern talks started appearing a lot at (test automation) conferences. I have created my own implementation of the pattern and I have used it on a few projects.

The story continues earlier this year in Austin. I was there for Test Automation Bazaar conference. The day before the conference I was at Page Objects and Cucumber charity workshop led by Jeff. I learned a lot about Cucumber, Page Object pattern and page-object gem. I liked page-object gem more than my own implementation so I started using it on new projects, and even converted at least one project from my own implementation to page-object.

Jeff said he is working on a book and I was looking forward to reading it. As soon as the first beta version of the book was out I bought it. While I was reading the book it was about half done, 6 out of 12 chapters. A few days ago I have finished reading the first 6 chapters but I did not have the time to write book review immediately, and Jeff managed to publish a new version of the book with one more chapter in the meantime. I have hoped I would be the first one to write the review, but I was not surprised that Michael Larsen beat me to it. As new chapters are written and as I read them I will update this blog post.

At the beginning of the book, Jeff said the reader should do all the exercises from the book. I could not follow the advice, since I was reading the book on iPad in 5-10 minute blocks while my machine was busy running tests, so I could not work on the code at the same time. I do plan to do the exercises the next time I read the book.

The book starts with thoughs on how software testing and test automation are done at the moment and the usual mistakes. Considerable amount of test automation efforts fail. What should we do? We need to treat test code as seriously as production code. We have to use a lot of tools, for example Ruby, Cucumber, watir-webdriver, page-object... We should also do a lot of refactoring so the code stays DRY.

In short, the book is a good introduction to (object oriented) programming, Ruby, refactoring, Cucumber, Watir, page object pattern and page-object Ruby gem, working with databases... The book is full of example code and exercises that step by step, tool by tool teach you how to do test automation. At the end of the book there are several reference chapters: watir-webdriver, page-object, RSpec matchers and ActiveRecord.

I have just one more tool that I would like to see mentioned in the book: version control. I would of course recommend Git, but any version control is better than none.

Since the book is not finished yet, there are mistakes here and there. Feel free to report them at book errata page.

I started working on my Watir Book because there were no books on Watir. I am thinking what should I do with my book now. I did not have the time to work on it in the last few months, but I hope it will change in the next few months. (But I hoped the same a few months ago.) I think my book should focus only on Watir, and leave Jeff's book to cover test automation more broadly.

tags: book