Azure Devops
Last updated
Last updated
Automate your CI/CD pipeline executions directly from Azure DevOps using SimplifyQA’s native integration. This integration enables seamless test execution as part of your build and release pipelines.
Before setting up the integration, ensure the following:
You have an active SimplifyQA subscription
An agent is installed and running on the machine for execution
You have an active Azure DevOps subscription
An organisation is already created in Azure DevOps
Log in to your SimplifyQA account
Navigate to the Pipelines section from the left-hand panel.
Click on +Pipeline to create a new one.
Enter a meaningful name for your pipeline.
Enter the required details and click on save to create the pipeline
Pipeline Type: Choose whether you want to run on Test Case or Suite
Execution Type: Choose whether you want to run on Local or Cloud
Local Execution
If you choose to run tests locally:
Select Local under Execution Type.
You must specify the Local Machine Name where the SimplifyQA Agent is installed and running.
Cloud Execution
Test Case/Suite ID: Enter the corresponding ID
Version & Execution Type: Select the desired versions
Machine Name: Specify the machine for test execution
Environment: Choose the target environment
Release and Sprint: Define these for tracking purposes
Log in to your Azure DevOps account.
From the dashboard, click on the respective project card.
Click on Azure Marketplace and search for "SimplifyQA".
Click Get it for free.
If you already have an organization, proceed to Downloads. If not, create one and then download the extension.
Go back to your Azure DevOps homepage.
Navigate to Pipelines > Pipelines from the left panel.
Click on New Pipeline.
Select the code repository you're working with.
Authenticate and log in to the repository.
Select the specific repository you want to work on.
Choose Starter pipeline.
Your yaml file will open.
Click on Show assistant on the right panel.
Search for SimplifyQA and select "SimplifyQA Pipeline Executor v2".
Fill in the required details:
Pipeline ID: The ID from the pipeline created in SimplifyQA
API URL: Your SimplifyQA base URL
Threshold: Sets the minimum pass percentage for the test suite. If the actual result falls below this value, the CI/CD pipeline will fail.
By default, the threshold is set to 100%.
For example, if you set the threshold to 70%, the pipeline will still pass even if up to 30% of the tests fail.
Verbose Flag: When set to TRUE, it enables detailed execution logs, which are helpful for debugging and reviewing test steps in depth. If set to FALSE, only minimal or summary-level logs will be displayed.
API Key: Your SimplifyQA Machine registration token. Go to Profile > Manage Account > Security
Click Add – the task will be added under the steps section of your YAML.
Click Save or Save and Run
Select the branch and click on Run Pipeline.
Go to the Summary tab to monitor the execution.
Click on Job to view execution logs, results, and detailed output.
Once integrated:
Test pipelines from SimplifyQA can be triggered automatically via Azure DevOps.
Execution statuses and results can be monitored from both platforms.
You maintain a single source of truth for test validation in your CI/CD workflow.
If you opt for Cloud Execution, you need to register your execution environment on the cloud first. This allows to spin up virtual machines or containers for remote execution. Refer to to configure your cloud.
Note - If your machine is not registered kindly refer to