We have a fairly large application (5,000+ vi's, 20 years of development).  Much like the Software Engineering books promise will happen, adding functionality without breaking something is proving to be almost impossible.  We would like to get into automated testing/test driven development and I'm trying to come up with a framework for making that happen.  The framework would need to sync to the latest code changes throughout the day and run thousands of test cases and report any failures.  Futh