Our current test system harness was originally written in 16 bit Clipper 13 years ago and is starting to show it's age. The tests themselves are all written C and ran as executables. While there are solutions for recompiling Clipper code into a 32 bit executable, we would rather move to a more mainstream programming language.
The test system harness handles the work of dividing a test run between a number of clients and reporting the results. We are agnostic about build vs. buy for the harness, so what solutions are people using running automated and regressive tests?