Skip to content
Tom Longhurst edited this page Apr 27, 2020 · 12 revisions

B(ehaviour) D(riven) Test(ing)

BDTest is a testing framework. It can be used with other frameworks (such as MSTest, xUnit or NUnit) or standalone. The examples below will use attributes (such as [Test]) from NUnit.

BDTest is written in .NET Standard - So should work for .NET Framework and .NET Core

Please use the sidebar in this wiki to explore the concepts and see how to get setup.

Clone this wiki locally