Skip to content

SpecFlow is a test automation solution for .NET built upon the BDD paradigm. This repo consists of notes and sample code from the official Tricentis documentation.

Notifications You must be signed in to change notification settings

vinush-vigneswaran/specflow-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SpecFlow: A BDD Framework for .NET

SpecFlow is a test automation solution for .NET built upon the BDD paradigm.

This repo consists of notes and sample code from the official Tricentis documentation.

Getting Started

Notes


Installation

Requirements

  • Visual Studio 2017+ (recommend latest)
  • .NET 5
  • Workloads: ASP.NET and web development OR .NET Desktop environment OR .NET Core cross-platform development

Installing SpecFlow Extension

  1. Open Visual Studio
  2. Navigate through Extensions | Manage Extensions | Online
  3. Search "SpecFlow"
  4. Download
  5. Check installed by navigating to Extensions | Manage Extensions

What is Behaviour Driven Development (BDD)?

  • Behaviour-driven development (BDD) is an Agile software development methodology in which an application is documented and designed around the behaviour a user expects to experience when interacting with it.

About

SpecFlow is a test automation solution for .NET built upon the BDD paradigm. This repo consists of notes and sample code from the official Tricentis documentation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages