We are trying to integrate tests into our daily builds using TestComplete, we still have a machine designed for testing, and our build script copies everything that TestComplete requires 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 this process, so how do you do it? Or do you think this is the easiest and best way to do this automation?
In 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.
Can anyone share the experience?
Thanks.
source
share