The ongoing search for simple solutions.

Wednesday 25 November 2009

Tool - SpecFlow

Specflow is an OpenSource .Net BDD tool.












The workflow to create a running SpecFlow scenario is as follows:-

1. Add a reference to the TechTalk.SpecFlow DLL in the project that will contain your features.
2. Add feature files, step definitions and event definitions
3. Write a feature specification in the Gherkin format
4. Write step definitions and event definitions in C#
5. Execute generated unit-tests with a unit test runner

More information at - http://www.specflow.org/

Wednesday 18 November 2009

Tool - unlocker

Unlocker is a tool which allows you to 'unlock' and file which is cirrently being used by another process/application on your windows OS.

Unlocker can be downloaded for free from http://ccollomb.free.fr/unlocker/

Other Blogs