Search code examples
c#.nettestingfitnesse

FIT-like testing in the .Net world


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?


Solution

  • 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).