Jenkins is a build management application that allows automating repeating tasks, for example, obtaining source code from a source code control, building projects, testing applications and so on. You can use the TestComplete Support plugin for Jenkins to include your TestComplete tests in your build and test process in Jenkins.
The topics of this section explain how to create jobs and launch TestComplete test projects from Jenkins.
Video Tutorial
In This Section
Preparing Jenkins for Running TestComplete Tests
Configuring Jenkins Freestyle Jobs to Run TestComplete Tests
Configuring Jenkins Pipelines to Run TestComplete Tests
Viewing TestComplete Test Results in Jenkins
Sending TestComplete Test Results From Jenkins to Zephyr
Alternatives
As an alternative to using the TestComplete Support plugin, you can run your TestComplete tests as part of your build and test process in Jenkins by using the TestComplete command line or the SessionCreator utility command line.
To run the needed tests by using the TestComplete command line or the SessionCreator utility, you can use, for example, the Execute Windows Batch command or the bat
or powershell
step (if you use a pipeline).
Remarks
If you have issues with running your tests in the latest TestComplete or TestExecute version, make sure you have updated the corresponding plugins in Jenkins. Also, we recommend that you specify the Latest version in the Advanced settings when configuring your Freestyle Jobs or directly in your Pipeline script to avoid possible problems.
See Also
Working With TestComplete
Distributed Testing - Basic Concepts