When I write a test in Visual Studio, I check that it works by saving, building and then running the test it in Nunit (right click on the test then run).
The test wo
Such a situation normally occurs when the unit tests are using shared resources/data in some way.