JBehave is a Java BDD framework in which you write BDD scenarios using special JUnit test cases along with special annotations such as @Given, @When, and @Then. You also write a corresponding text ...
Behavior-driven development offers many of the benefits of test-driven development, but without the tight coupling to specific implementations. In this article Rod Coffin discusses the difference ...