Skip to content
This repository has been archived by the owner on Jun 12, 2021. It is now read-only.
adamralph edited this page Dec 10, 2014 · 29 revisions

xBehave.net

TL;DR

Quickstart

About xBehave.net

xBehave.net is a testing framework for .NET which allows you to write tests as scenarios using a BDD/Cucumber-like syntax.

xBehave.net is a an extension to xUnit.net so you can use all existing xUnit.net tooling to execute scenarios written using xBehave.net and you can mix and match xBehave.net scenarios and xUnit.net tests in the same project or even in the same class.

xBehave.net is heavily inspired by Cucumber. If you are familiar with Cucumber then you will feel right at home with xBehave.net. If you've never used Cucumber before, don't worry. The syntax is easy to learn and you will be up and running in no time.

xBehave.net is not restricted to Cucumber's "Given When Then Gherkin" language. When using the f and _ methods you have complete freedom with your vocabulary and you can even extend xBehave.net by adding your own specific vocabulary.

Clone this wiki locally