2 articles Tag Unit Testing Frameworks

Unit Testing Improvements in Visual Studio 2011

Unit Testing Improvements in Visual Studio 2011

In the past, one big reason why people did not embrace MS Test (I think) is because Visual Studio 2008/2010 did not provide a good environment that supported Unit Testing. Sure it did had MS Test and its runner, but it was weak compared to Test Runner from Jet Brains ReShareper or TestDriven.net. I think someone at Microsoft listened to and as I result, there is many notable improvements in this area in Visual Studio …

Continue reading →

Are you xUnit or MSTest?

Which unit testing framework do you use? There are many to pick from, most of the better ones are xUnit based and Visual Studio comes with its on testing framework. Personally I would stick with NUnit, because it works well and integrates well with ReSharper. Resharper/TestDriven.Net can run most of the unit testing frameworks including Microsoft’s. I was thinking about unit testing frameworks this morning (we wanted to pick one for our project, we as …

Continue reading →