Azure DevOps and Team Foundation Server are a collection of development, build, test and deploy tools and services by Microsoft. For example, they include source control repositories to store, manage and share source code, pipelines to implement continuous integration, and test plans to manage manual and exploratory testing.
Video Tutorials
|
|
About
TestComplete includes a test adapter that allows Visual Studio Test tasks to run TestComplete tests. You can use it to include TestComplete tests into the workflow you manage with Azure DevOps or Team Foundation Server:
-
You can run TestComplete tests as part of your pipeline.
-
You can automate manual test cases in your Azure DevOps test plans with TestComplete tests.
All you need to do is to install the TestComplete test adapter on your test agents and configure the Visual Studio Test task in your pipelines to run TestComplete project suites, projects, or tests.
How to run tests in Azure DevOps
For detailed instructions, follow the steps below:
Prepare TestComplete Project for Integration
Link TestComplete Test Cases to Azure DevOps Test Cases
Prepare Test Agents to Run TestComplete Tests
Install TestComplete Test Adapter Extension
Run TestComplete Tests as Part of a Pipeline
Run TestComplete Tests as Part of a Test Plan
Note: You can distribute your TestComplete tests among multiple test agents the same way you do it with native Visual Studio tests. To learn more about it, please see Run tests in parallel using Visual Studio Test task in the Azure DevOps documentation.