Skip to content
This repository has been archived by the owner on Jun 12, 2021. It is now read-only.
Adam Ralph edited this page Sep 29, 2013 · 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. You can use the more general methods if you want freedom with your vocabulary or even extend xBehave.net by adding your own specific vocabulary.

Clone this wiki locally