JavaOne 2011 JEE Behave Talk Sides

Posted by Aaron Walker on October 04, 2011 · 1 min read

Here are the slides from my JavaOne 2011 session

Java EE Behave!: Behavior-Driven Development with Java EE

Abtract

Behavior-driven development (BDD) is an evolution of test-driven development (TDD). It shifts the vocabulary from being test-based to behavior-based and positions itself as a design philosophy. JBehave is a Java framework for BDD, and this session explores how to write integration tests for your Java EE apps with JBehave. It also demonstrates how to leverage the Context and Dependency Injection (CDI) APIs to implement your tests.

This session is a must-see for all Java EE developers who want a better way to write integration tests aligned with the intended behavior.

Demo Code

The code from the demo is up on github