Ah, good question. Andrew Glover talked about easyb at CodeMash last year. I haven't used it yet.
With easyb, you write your tests in Groovy, and it looks great to me as well. Have you used it? Dianne On Jul 27, 11:13 am, Mark Fortner <[email protected]> wrote: > Hi Dianne, > I was wondering how cucumber compares with easyb <http://www.easyb.org>? Is > the DSL significantly different? Is one easier to use than the other? > > Regards, > > Mark Fortner > > > > > > On Sun, Jul 26, 2009 at 7:17 PM, Dianne Marsh <[email protected]> wrote: > > > Hi all, > > > Didn't see anyone flag this, so thought I would post ... > > > There was a mention of cucumber in episode #270. It's not actually a > > web framework, but instead an acceptance testing framework written in > > Ruby (http://www.rubyinside.com/cucumber-the-latest-in-ruby- > > testing-1342.html<http://www.rubyinside.com/cucumber-the-latest-in-ruby-%0Atesting-1342...>, > >http://github.com/aslakhellesoy/cucumber/tree/master). > > > With cucumber, you write Ruby "steps" that test against 'features". > > Effectively, you have executable acceptance tests that your domain > > expert writes in something approximating English. Better still, > > cucumber runs on JRuby (http://wiki.github.com/aslakhellesoy/cucumber/ > > jruby-and-java<http://wiki.github.com/aslakhellesoy/cucumber/%0Ajruby-and-java>) > > and you can use it to test your Java code. And ... > > you can also write Java steps if you prefer using cuke4duke (http:// > > github.com/aslakhellesoy/cuke4duke/tree/master). > > > I'm working on implementing Cucumber for a (Java) customer currently. > > Hoping to blog about it soon. > > > Dianne > > -- > Mark Fortner > > blog:http://feeds.feedburner.com/jroller/ideafactory --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/javaposse?hl=en -~----------~----~----~----~------~----~------~--~---
