Showing posts with label Spring with Cucumber for Automation. Show all posts
Showing posts with label Spring with Cucumber for Automation. Show all posts

Saturday, August 31, 2013

Spring with Cucumber for Automation

Spring and Cucumber integration to make test automation easier. Cucumber is a framework for Behavior-Driven-Development (BDD), a refinement of TDD (Test-Driven-Development). Its intent is to enable developers to write high-level use cases in plain text that can be verified by non-technical stakeholders, and turn them into executable tests, written in a language called Gherkin.

Using Spring, Cucumber, WebDriver2, Hemant Joshi will show you how to use Spring & Cucumber to do BDD with elegance and joy.