Specflow
SpecFlow is a test automation solution for .Net, using Behavior-Driven Development (BDD). BDD tries to fill the gap between software developers, and people standing more away from software development. By using natural language to describe tests, also these people can read a test specification and understand what it does.
SpecFlow supports programming languages like C#, JavaScript, Ruby and Kotlin. There are also plugins that enable C++ support.
Read More…