| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

Cucumber

Page history last edited by Manuel Kueblboeck 14 years, 6 months ago

Cucumber is a tool that can execute plain-text functional descriptions as automated tests. The language (DSL) that Cucumber understands is called Gherkin. Cucumber itself is written in Ruby, but it can be used to “test” code written in Java and the tests (features) can also be written in Java by using Cuke4Duke. The Cuke4Duke Maven plugin lets you run Cucumber features (functional/integration tests) automatically with Maven.

 

Resources:

  • Presentation on Cucumber and the Behavior Driven Development Outside-in approach.

Comments (0)

You don't have permission to comment on this page.