I am running my unit tests ona test agent. I have changed my testsettings to use ParallelTestCount = "0" so the tests are run in parallel. I then have failing tests as the tests are using the same instance of a Mock.
Is there anyway I can run each test classes in parallel and not the individual tests?
Is there a better alternative to MSTEST command line to test my binaries?
I am running Visual Studio 2012 and TestAgent and controller 2012.
Thanks in advance