Cucumber lets software development teams describe how software should behave in plain text. The text is written in a business-readable domain-specific language and serves as documentation, automated tests and development-aid - all rolled into one format. Feature: OSDC 2010 Talk In Order to learn about using cucumber to test my Java Code As a OSDC attendee I want to attend the "You've got Cucumber in my Java....and it tastes great!!!" talk Scenario: Cucumber Introduction Given a lack of knowledge of cucumber And an interest in Java testing techniques When I am told what cucumber is And how I can use it Then I should have a basic understand of cucumber Scenario: Using Cucumber and Java Given I still have to program in Java And I want a better way to test my code When I am shown how to implement cucumber steps in Java And shown some cool demos Then I should be able to test my own Java code with cucumber