Skip to content
msuarz edited this page Nov 5, 2010 · 1 revision

A Feature is composed of a Name, Description and Scenarios

  Feature: Name
    Description

  Scenario: 1
     ...
  Scenario: n

Name

The Name is camel-cased and becomes the class name for the Runner and Steps.

Description

Free text usually a story. The BDD template

In order to "achieve some outcome which contributes to the vision"
As a "stakeholder"
I want "some other stakeholder" "to do, use or be restricted by something"
Clone this wiki locally