Specflow custom tool error when adding “Examples:”

Examples can only be used with Scenario Outlines. Scenario Outlines are ways to run a scenario with different data sets. If you change Scenario to Scenario Outline your example will work: Feature: Homepage As a webiste user I want to see a pretty homepage Scenario Outline: Homepage Display Given I am on an ecommerce <website> … Read more

Are there any non-developer tools to edit gherkin files? [closed]

Here is a non-developer tool. We had a similar requirement and I wanted to have a stab at creating a Chrome extension. It’s free and there are no ads. Above all it is cross-platform and requires no technical knowledge to install and run. https://chrome.google.com/webstore/detail/tidy-gherkin/nobemmencanophcnicjhfhnjiimegjeo I know this is an old post, but I came across … Read more

Cuke4Nuke or SpecFlow?

(I might be biased because I am involved with SpecFlow, but here my thoughts…) Cuke4Nuke is very close to Cucumber. This promises a lot of advantages: Compatibility Getting new features from Cucumber when Cucumber evolves (at least in theory, but language support is an example for this) Being a real part of the Cucumber community … Read more

How to run SpecFlow tests in Visual Studio 2010?

If you want to be able to run your tests directly from Visual Studio 2010 without any additional tools or extensions than you should configure SpecFlow to use MsTest as its unit test framework. This can be done in your application configuration file with the following: <configSections> <section name=”specFlow” type=”TechTalk.SpecFlow.Configuration.ConfigurationSectionHandler, TechTalk.SpecFlow”/> </configSections> <specFlow> <unitTestProvider name=”MsTest” … Read more

Outside-in BDD (with Specflow)

Declaritive is the proper way, IMO. If youre talking about page .aspx file names, you’re doing it wrong. The purpose of the story is to facilitate communication between developers and non-develoeprs. Non-developers don’t care about products.aspx, they care about a product listing. Your system does something the non-developers find value in. This is what you’re … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)