I am looking for a tool to integrate many different types of automation and test frameworks in order to automate fully end-to-end scenarios for testing. For example, a typical workflow might be:
- Install an Operating System (Ghost, etc..)
- Configure the operating system (open firewall exceptions, setup users, etc..)
- Install Software (Visual Studio, SQL, etc..)
- Run tests (Visual Studio Unit Tests, nUnit, custom tools, etc..)
- Generate Reports on the above runs
- Allow monitoring of machines, tests in progress, and scheduling of test runs
Does anybody know what system like this might exist?