Continuous testing revisited: http://rapid-testing.com/
I have a little update about continuous testing for .Net. I’ve used the ones I mentioned earlier, but they all have the problem that they run all tests on each compile. That’s simply to slow for me. I’d rather run the test suite manually, when it suits my coding rhythm.
Infinitest for the java platform (eclipse and intellij IDE’s) is great and does close-to-instant testing, even on fairly large projects. However that type of instant testing has not been available for Visual Studio yet… until now:
They are in the alpha stages, but keep an eye on them. They show great promise, and I hope they can deliver the instant action I desire. Check their blog here for updates:
http://blog.rapid-testing.com/