My favorites | Sign in
Project Logo
                
Code license: Apache License 2.0
Labels: BDD, CSharp, .NET, Specifications
Feeds:
People details
Project owners:
  DavidMFoley

StorEvil is a .NET tool to enable natural language test specification and execution with minimum fuss on the part of developers and spec creators/business owners.

Is operates similarly to Cucumber, and the eventual goal is to have full compatibility with the Gherkin language that is at the core of Cucumber.

For more information, see: StorEvilComparedToCucumber

StorEvil Modes

StorEvil can operates in two modes:

In-place running (preferred)

In In-place mode, StorEvil executes each scenario that it finds and outputs the result to the console.

In-place running is under active development.

See InPlaceRunning

NUnit fixture generation

In NUnit fixture generation mode, StorEvil is run against a set of scenarios (text files) and generates NUnit test fixtures that implement the scenarios in code.

NUnit generation was original mode that StorEvil used. It is not under active development.

See: NUnitGeneration

Scenarios that cannot be interpreted using the context classes fail with a message that logs the scenario text that could not be parsed.









Hosted by Google Code