The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
Cucumber - Your Ruby Acceptance Tool of Choice?

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Bryan Liles

Posts: 228
Nickname: bryanl
Registered: May, 2008

Bryan Liles is the Principal Web Developer for Sourcefire, Inc.
Cucumber - Your Ruby Acceptance Tool of Choice? Posted: Mar 31, 2009 7:58 PM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Bryan Liles.
Original Post: Cucumber - Your Ruby Acceptance Tool of Choice?
Feed Title: Smarticus
Feed URL: http://smartic.us/feed/atom.xml
Feed Description: Ramblings of a ruby hacker
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Bryan Liles
Latest Posts From Smarticus

Advertisement

I’ve spent a lot of time in Cucumber lately. Mostly because I’ve been trying to integrate it into my daily workflow and also because I’ve given two presentations on it this month. I have come to a conclusion about it, and that conclusion is that I’m not a 100% convert.

Cucumber has lots of good things going for it. I really like the DSL. Given/When/Then is easy to share with coders and non-coders alike. The required nomenclature for a feature is nice when you are looking for the context of a particular feature.

Something is just not clicking for me. I can’t put my figure on it, but something is telling me not to like Cucumber.

Most of the development I’m doing these days is Ruby on Rails based. Rails comes with a so-called “integration” mechanism which is analogous to Cucumber in many respects. Both have pretty good webrat integration. Both allow you to use sweet DSLs to make everything look nice. But Rails integration tests have one benefit — they are built in. That means a lot to me at least.

To be fair, Cucumber has lots of things going for it. Tagging is looking pretty awesome, and it doesn’t appear that the guys working on it are going to slow down any time soon.

So, what does this mean for me? I’ll most likely keep a close eye on Cucumber because it works for more than just Rails at the moment.

What Cucumber really needs is a way to easily build stories. Right now, it is chore to keep track of exactly how steps are defined versus how they are actually used. It would also be nice to have a tool that showed a graphical representation of your stories, and allowed easy access to arbitrary scenarios. Maybe someone should work on that?

Read: Cucumber - Your Ruby Acceptance Tool of Choice?

Topic: Upcoming talks Previous Topic   Next Topic Topic: typo-5-1-with-capistrano-deploy-to-passenger-on-ubuntu-8-10-a-debriefing

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use