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://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) 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 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
