If you use the ArtOfTest.Runner command line runner to run a test that has been excluded from the project and contains coded steps what you get is an error message like: '7/18/2013 10:30:10 AM' - System.ArgumentException: Unable to find the test class type 'TestProject1.Submit_Application' in your test assembly. Please make sure your test code behind is compiled with your latest changes. This message is happening because Test Studio is correctly skipping compiling the code for the excluded test, but then it goes on and tries to run the test without its accompanying required code getting compiled. Instead of showing this rather unhelpful message it would be better to detect this situation and alert the user what the real cause is, something like "You are trying to execute an excluded test." and block execution.