BDD in C# - using Specflow (Cucumber) to develop a REST API and automate software testing
- 4.6
Brief Introduction
Learn how to develop software in Behaviour Driven Development (BDD) using Specflow - part of the Cucumber software family of tools for software testing automation.Description
In this course you will learn about Behaviour Driven Development in C# and how this can be done using Specflow, which is the .Net implementation of Cucumber.
We will be going Specflow's core features in detail including:
- Installation
- Scenarios
- Features
- Tags
- Hooks
- Scenario Outlines
- Scoped bindings
- Step Definitions
- Running tests
- and many more..
The course starts off with both video tutorials explaining the Behaviour Driven Development process and an introduction to SpecFlow,followed by practical coding sessions where we will be developing a REST API together using SpecFlow and BDD to make sure that we are able to apply what we have learnt.
I'm also available to answer any queries you may have regarding any course material which you didn't understand or would like further detail on.
Requirements
- Requirements
- Basic knowledge of an object oriented language ( ideally C# ) is required to fully understand some areas of this course