164 Views
SpecFlow is a cool tool that allows you to define product features with some special syntax. The features are converted to NUnit test cases using regular expressions. And then write the code till all test cases are green. The blogpost gives a good introduction to SpecFlow as well as the Cucumber framework (RoR).
0 comments