22 Jul 2013•less than a minute read•15442 views
Repeating BDD Tests using Scenario Outlines and an Examples table with Specflow
A simple yet hugely beneficial feature of Specflow (and cucumber) that helps avoid repeating scenarios. By using Scenario Outlines we were able to outline the test and use an examples table to define each test to be run.
#bdd#specflow#testing