Using Cucumber with Expertiza: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
mNo edit summary
Line 4: Line 4:


==Behavior Driven Development==
==Behavior Driven Development==
The BDD paradigm is that it's better to write code you wish you had and have a feature that is working instead of writing something you’re not sure is right and writing tests around it.
===Features===
===Features===
===Scenarios===
===Scenarios===

Revision as of 00:13, 8 February 2013

Cucumber Stack

Gherkin

Capybara

Behavior Driven Development

The BDD paradigm is that it's better to write code you wish you had and have a feature that is working instead of writing something you’re not sure is right and writing tests around it.

Features

Scenarios

Step Definitions

Running Cucumber