Click here to Skip to main content
15,896,269 members
Articles / Web Development / ASP.NET

BDD using SpecFlow on ASP.NET MVC Application

Rate me:
Please Sign up or sign in to vote.
4.92/5 (31 votes)
20 May 2010CPOL8 min read 213.5K   2.8K   67  
I will give a walkthrough of the story of registering a new user using BDD on an ASP.NET MVC application.
<?xml version="1.0" encoding="utf-8"?>
<VisualState xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ShowCheckBoxes="false">
  <TopNode>[0-1000]D:\lab\SpecFlowDemo\SpecFlowDemo\SpecFlowDemo.Specs\SpecFlowDemo.Specs.nunit</TopNode>
  <SelectedNode>[0-1007]SpecFlowDemo</SelectedNode>
  <ExcludeCategories>false</ExcludeCategories>
  <Nodes>
    <Node UniqueName="[0-1000]D:\lab\SpecFlowDemo\SpecFlowDemo\SpecFlowDemo.Specs\SpecFlowDemo.Specs.nunit" Expanded="true" />
    <Node UniqueName="[0-1006]D:\lab\SpecFlowDemo\SpecFlowDemo\SpecFlowDemo.Specs\bin\Debug\SpecFlowDemo.Specs.dll" Expanded="true" />
    <Node UniqueName="[0-1007]SpecFlowDemo" Expanded="true" />
    <Node UniqueName="[0-1008]SpecFlowDemo._Specs" Expanded="true" />
    <Node UniqueName="[0-1009]SpecFlowDemo._Specs.Features" Expanded="true" />
    <Node UniqueName="[0-1001]SpecFlowDemo._Specs.Features.RegisterANewUserFeature" Expanded="true" />
  </Nodes>
</VisualState>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Founder Algorisys Technologies Pvt. Ltd.
India India
Co Founder at Algorisys Technologies Pvt. Ltd.

http://algorisys.com/
https://teachyourselfcoding.com/ (free early access)
https://www.youtube.com/user/tekacademylabs/

Comments and Discussions