nUnit
Recent versions of Visual Studio offer support for unit testing. But it sets up separate projects and doesn't even come close to simplicity of nUnit. Typically, you have to use a separate application to run tests. It's easy enough, but if you'd like to integrate it directly into the IDE with ability to run all tests, specific test class, or an individual test, get TestDriven.
Posted on Jul 28, 2010 by Gene Mitelman
jUnit
A must-have for any Java developer. In case you're not using it already, here's the link.
Posted on Jul 28, 2010 by Gene Mitelman
XmlMessageTest
Our free tool
for testing servers that communicate with clients via XML. We've used
it on several long-term projects in a similar way you'd use xUnit. Got
some good response from others that have tried, so wanted to share it.
Posted on Jul 28, 2010 by Gene Mitelman
