We are trying to integrate tests in our daily builds using TestComplete, so far we have a machine dedicated for testing and our build script copies to this machine everything TestComplete needs for its tests (Application, Database, Test script project and source files, etc).
Basically we can open the TestComplete project manually and run the tests.
Now we want to automate that process, so how do you do it? Or how do you think would be the simplest and best way to make this automation?
Keeping it short, we want to automate the process of opening TestComplete after each build, run all the tests and send an email with the test results.
Anyone can share some experience about this?
Thanks.