I\'m using SpecFlow to do some BDD-style testing. Some of my features are UI tests, so they use WatiN. Some aren\'t UI tests, so they don\'t.
I have 2 features that use a common \'When\' step but have different \'Then\' steps in different classes.
I\'m using SpecFlow, and I\'d like to write a scenario such as the f开发者_如何学Goollowing: Scenario: Pressing add with an empty stack throws an exception
I have the following code in an Nunit test ... string url = \"\"; url = @\"http://localhost/ClientPortalDev/Account/LogOn\";
Having a look at BDD frameworks and I can\'t help but wonder which one would suit us better. I like Cucu开发者_JAVA百科mber because, they have been there doing BDD for a good while(since early 2008)an
I am trying to decide if I should use Cuke4Nuke or SpecFlow. What are the pro/con开发者_如何学Pythons of each? Opinions on which is better and why.