2

We have started working on VS11 projects involving a DDD - Agile - TDD approach.

I'm using VS 11 Beta and I'm very impressed by the new Unit Tests features that includes the possibility to use 3rd party frameworks (xUnit , NUnit...).

Unfortunately, I have not been able to find out any post/article about a fair comparison between these different frameworks and the new features each one provides in the new IDE.

Which one is suitable for this kind of approach with an intensive and huge projects ?

Thanks for you support.

Melek

Melek Somai
  • 327
  • 2
  • 6
  • 1
    You also find a pretty massive thread on the same topic here: http://stackoverflow.com/questions/261139/nunit-vs-mbunit-vs-mstest-vs-xunit-net – Martin Odhelius Mar 27 '12 at 11:04
  • This feature you describe was added with Visual Studio 2010 not Visual Studio 2011 – Security Hound Mar 27 '12 at 12:10
  • @Ramhound You sure? VS2010 just supports integrated MSTest running – Ruben Bartelink Mar 27 '12 at 13:59
  • Unfortunately this question is not constructive for Stack Overflow. If you have some specific features you require, you may have better luck in asking related to them, but a general "which is the best framework" is not suited for SO. – Lasse V. Karlsen Mar 28 '12 at 11:53

1 Answers1

3

xUnit codeplex page has nice comparison of unit-test frameworks in general.

alex.b
  • 4,547
  • 1
  • 31
  • 52