NUnit vs. MsTest: NUnit wins for Unit Testing.

Posted on Dot net Slackers See other posts from Dot net Slackers
Published on Fri, 05 Mar 2010 00:00:00 GMT Indexed on 2010/03/07 23:28 UTC
Read the original article Hit count: 162

Filed under:
People are still wondering what are the differences between the two most popular unit testing frameworks in the .NET world: the open source NUnit and the commercial MsTest). Heres a short list of what i remember instantly: Nunit contains a [TestCase] attribute that allows implementing parametrized tests. this does not exist in msTest MsTest's ExpectedException attribute has a bug where the expected message is never really asserted even if it's wrong - the test will pass. Nunit has an...

Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.



Email this Article

© Dot net Slackers or respective owner