You've got Cucumber in my Java....and it tastes great!!!

Aaron Walker

on Thursday, 25 November 2010 12:00 - 12:30 in room Room 2

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

Aaron Walker

Principal

base2Services

Aaron has over 15 years experience in the IT Industry and has been working with enterprise application and integration technologies for the past 7 years. He has a keen focus on delivering high quality solutions based on open standards utilizing best of breed open source software. He has contributed to significant open source projects over the years including as number of JBoss.org projects. Aaron has comprehensive training and teaching experience from teaching post-graduate software engineering courses to delivering the full set of JBoss training courses. More recently, Aaron has been involved in setting up training and mentoring programs to up-skill client development teams.