Video Tutorial
Requirements and prerequisites
- Use self-hosted (private) agents to run TestComplete tests. Running TestComplete tests on Microsoft-hosted agents is not supported.
-
Your team server must have the Test Manager extension installed and enabled.
-
In your team project, you must have a test plan specified and test cases added to the plan. To learn how to create a test plan and manage test cases, see docs.microsoft.com/en-us/azure/devops/test-plans.
-
Your test agents on which you will run tests must have TestComplete (or TestExecute) installed.
-
Your team project must have the TestComplete test adapter extension installed. See Install TestComplete Test Adapter Extension.
-
Your TestComplete test project must have test cases specified in its Test Items project.
-
Your TestComplete project’s test cases must be linked to test cases of your team project’s test plan. To learn how to do it, see Link TestComplete Test Cases to Azure DevOps Test Cases.
-
Your TestComplete project must reside in your team project’s repository. Otherwise, your test agents will not be able to access it.
1. Prepare your TestComplete project
-
If your TestComplete project still does not have test cases specified, specify them. To learn how to specify test cases, see the description of the Test Items page.
-
If your TestComplete project is not added to your team project’s repository, add it. We recommend that you do it directly from TestComplete IDE. This way, only the necessary project files will be added to the repository. See the instructions in the Integration With Source Control Systems section.
2. Link TestComplete test cases to test cases of a team project’s test plan
If your TestComplete test cases specified on the Test Item page of the project are not linked to test cases of your team test plan, link them. For detailed instructions, see:
3. Create a build
Connect to your team project. If you still do not have a build for which you will run tests, create it. To learn how to create builds, see docs.microsoft.com/en-us/azure/devops/pipelines.
4. Create a release that will run your TestComplete tests
-
Open the web portal of your team project. You can navigate to it directly in your web browser, or you can open it from Team Explorer in Visual Studio.
-
Navigate to the Pipelines > Releases page of your team project.
-
Select an existing release pipeline and open it for editing or create a new pipeline:
-
Add an artifact that includes your TestComplete project files to the release:
-
Select a stage that will run your TestComplete tests or create a new stage.
-
Specify agents on which your tests will run. Make sure that the agents meet all the requirements.
-
Add the Enable support for TestComplete tests task. This task installs the TestComplete test adapter to your agent and enables the TestComplete test support:
The task is available only if you have the TestComplete Test Adapter extension installed on your server. To learn how to install it, see Install TestComplete Test Adapter Extension.
-
Add the Visual Studio Test task to the stage.
In the Select tests using drop-down box, select Test run.
-
Specify other release properties, if needed.
-
Save the changes.
5. Run test cases
-
Navigate to the Test Plans page of your team project.
-
Locate the test case that has a TestComplete test assigned to it as automation:
-
Click Run > Run with options.
-
In the Run with options dialog, do the following:
-
In the Test type and runner drop-down list, select Automated tests using release state.
-
In the Build text box, select a build for which you want to run tests.
-
In the Release pipeline drop-down list, select the pipeline you have configured on step 4.
-
In the Stage drop-down list, select a stage that will run your TestComplete tests.
-
-
Click OK to save the changes and start the run.
-
To monitor the testing status, click View Test Run.
6. View test results
-
After a test run is over, you can view the test results:
-
If a test has failed, you can double-click it to view the error message and download the test log (.mht):
See Also
Integration With Azure DevOps and Team Foundation Server via TestComplete Test Adapter
Link TestComplete Test Cases to Azure DevOps Test Cases
Install TestComplete Test Adapter Extension