Brook
9 years agoOccasional Visitor
Continual Intergration
Has anybody used Test Complete in a continual intergration enviroment before and is there any documentation around that I could look at?
Yes, sure. You can run TestComplete tests as a part of automated builds.
Here at SmartBear we test our nightly builds with TestExecute (a lightweight test runner for TestComplete tests).
Yep.
We use TestExecute via command line. Along with TeamCity, TFS & GIT. Although our build engineer did most of the setup work. I just gave him the address of repo's with test projects in it. Installed TestExecute + the license server in the build environment. And gave him a BAT file which started TE with the correct project file. Runs just fine against nightly builds.