SpecFlow 1.8
by Gáspár on October 26, 2011
We have released SpecFlow v1.8 recently (just published 1.8.1 with a few fixes) and I would like to take the opportunity to give a subjective summary of the new features and also some outlook for the upcoming releases. Run & debug scenarios from context menu in VS2010 Maybe the most interesting (most wanted) feature is […]
SpecRun – because integration tests are not unit tests
by Gáspár on September 2, 2011
We have started the SpecFlow project in 2009 to provide a tool for .NET developers to perform BDD-style functional testing. SpecFlow uses unit testing frameworks, like NUnit, MsTest or MbUnit to execute the Gherkin scenarios. While this was a pragmatic choice, it has turned out that for executing functional integration tests, these unit test frameworks […]
Enhanced upgrading options in SpecFlow v1.7
by Gáspár on August 1, 2011
We have just released SpecFlow v1.7 over the weekend. In this release there are extended integration options for the Silverlight async testing framework and also for SharpDevelop 4. In addition to that, we have tried to make the upgrade process easier for the SpecFlow users, especially if they work in bigger teams or on different […]
Tracing Web Automation Test Errors with SpecFlow
by Gáspár on July 18, 2011
If you try to run your automated UI tests on the build server, you can quickly run into problems that are quite hard to analyze. The most common scenario is that one of your assertion like “Then my name should be displayed” fails, because the web driver does not find your name in the resulting […]