views:

108

answers:

3

I managed to get FIT up and running using fixtures implemented in C#. I really like the concept, but the infrastructure does not fit in my environment. FIT and source code management do not work together easily and having a Java server up and running to execute the tests is also not very nice.

Does anybody know similar tools which are better integrated into the .Net world?

+1  A: 

Storyteller by Jeremy D. Miller.

chrissie1
A: 

And I hear FitNesse should work too.

chrissie1
+1  A: 

SpecFlow does a similar job in a different way, and there's also Cucumber for .Net - Cuke4Nuke (although this can be a little tricky to get running as it uses Ruby).

Grant Crofton
SpecFlow seems to be the best choice. I like that it's based on proven technology like NUnit, ...
Achim