Search code examples
.netunit-testingmstestmbunit

Choosing a test platform for .NET - MbUnit or the one by Microsoft?


I have chosen these two as primary candidates. My thinking goes like this:

  • MbUnit has had a nice start and enjoys a smart, dedicated team of developers.
  • MSFT has many resources and can compete with MbUnit easily if they choose to do so.

Which one do you believe I should bet on?


Solution

  • NUnit is more widespread, MbUnit has the most features, but MSTest has more manpower behind it. Check this question out: NUnit vs. MbUnit vs. MSTest vs. xUnit.net