Three friends and former colleagues of mine just released Remote Test Runner, a useful tool for running unit tests and especially data driven unit tests. This tool allows users without Visual Studio such as Business Analysts, Business Testers, etc to remotely the run data driven unit tests and view the test results in a clean report. The tester can manage the whole process of inputting data to the tests, running the tests, and viewing the output. One of my favorite features is the ability to do all of the asserts per row even if there are errors. If you have used FitNesse, this is for the same type of testing. One of the advantages of RTR over FitNesse is that the tests are unit tests and that you don’t have to create the fixtures.
Check it out!
http://www.codeplex.com/rtr
Mike