Tag Archives: MS Test

How to execute ms tests in parallel on multi-cpu / core machines

VS 2010 supports running MS Tests in parallel. Most of the machines available in the market are multi-cpu / core machines. This will help us to increase the number of tests executing in same time, which will reduce total test … Continue reading

Posted in .Net, Unit Testing, Visual Studio | Tagged , , , , , | 1 Comment

Unit Test Adapter threw exception – Unable to load one or more of the requested types

Today evening while working(?) around unit tests and code coverage, I got an exception from Visual Studio 2010. I wrote two unit test cases and it was passing, then I enabled code coverage in my solution, and the passing unit … Continue reading

Posted in Miscellaneous, Unit Testing, Visual Studio | Tagged , , | Leave a comment

Quick introduction to MS Test

Recently I started using MS Test, moved from NUnit tests to MS Test. Mainly the reason for adopting MS Test is the ability to measure code coverage from Visual Studio itself. In this post I am quickly introducing MS Test … Continue reading

Posted in .Net, .Net 3.0 / 3.5, .Net 4.0, Unit Testing, Windows Forms | Tagged , , , , , | Leave a comment