Currently using VS2010 Ultimate. In a prior version of VS there was a utility that you could use to test methods while you were coding (Some sort of test bench, I think). The benefit of this, was in the case of a large web app, you didn’t need to spin up and wait for the entire application to be ready before testing your method.
What sorts of tests / jigs do you use to test static and instance methods in your apps w/o firing up the entire application?
Using the MSTest Project and have it reference your app you are trying to test.