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

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.

Clone this wiki locally