August 8, 2018
SpecFlow Basics
SpecFlow is hands down my favorite testing tool. I’ve been blogging about it since 2013 covering mostly advanced topics. In this post, I’ll go back to the beginning and briefly cover the basics to give you an idea of what it can do.
What is SpecFlow? SpecFlow is a tool that allows you to:
Define, manage, and automate human-readable acceptance tests in .NET. Enable BDD with easy to understand tests.
Read more