Software Testing and Software Quality Assurance Videos and Tutorials: Unit Testing, Functional Testing, Load Testing, Performance Testing, Test Driven Development
 

Using Spring and Cucumber for Test Automation

Learn how Spring and Cucumber integrate to make test automation easier. Cucumber is an open source framework for Behavior-Driven Development (BDD). 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, this video shows you how to use Spring and Cucumber to do BDD with elegance and joy.