LogoLogo
  • About SimplifyQA
  • Get Started with SimplifyQA
    • Agile & Non-Agile Framework
    • OS Support
    • SimplifyQA Hosting
      • On-premise Installation Guide
        • Pre-requisites
        • Installation Guide
      • Support and Resources
      • Training and Onboarding
    • Explore SimplifyQA for your Application Lifecycle Management
  • SimplifyQA Installation & Setup
    • Setup QAWizard
    • Register QAWizard
    • Register your Machine
    • Setup Android Device
      • How to enable settings in android device?
      • How to register android device?
      • Setup emulators on Android Studio for automation in SimplifyQA
    • Setup iOS Device
      • How to setup and register iOS device?
  • Get to know your Workspace
    • Blueprint of SimplifyQA
    • Key Terminologies
    • Search/Global Search
      • How to use global search?
      • How to use advance search?
      • How to use column sort?
      • How to use column filters?
      • Add or remove columns
    • Rich Text Editor
    • Import & Export
      • Learn how to import/export Test Cases
      • Learn how to import/export Test Data
    • Add Attachments
    • Add Linkages
    • Add Comments
    • Manage Cards in board view
    • Configure Watchlist
    • Track Edit History
    • Hierarchy Tree
  • Admin Controls & Configurations
    • Manage Projects & Users
      • Introduction to Projects in SimplifyQA
      • Create Project and Invite Users
      • Project Settings
        • Create and Manage Custom Fields
        • Manage Roles and Privileges
        • Configure Auto-logging of Defects
      • Grant Admin Privilege to User
      • Invite/Add Users to Team
      • User Directory and Access Control
      • Configure Page Layout
    • Configure your clients
    • Password settings
  • Release & Sprints
    • Introduction to Releases
    • Create & Manage Release & Sprint
    • Start & Close a Sprint
  • Create and Manage your Requirements
    • Introduction to Requirement Management
    • Create & Manage Epic
    • Create & Manage Features
    • Create & Manage User Stories
      • Generate using AI Genius
  • Introduction to Test Management in SimplifyQA
    • Create a Manual Test Case in SimplifyQA
    • Create an Automation Test Case in SimplifyQA
    • Learn API Testing in SimplifyQA
      • Create an API Test Case in SimplifyQA
      • Quick Test the API
      • Validating API Responses
      • Understanding API Parameterisation
      • Save API Response Data
      • Achieve Data flow for E2E Testing
    • Create a Database Test Case in SimplifyQA
    • Create Hybrid Test Case in SimplifyQA
    • Leverage Re-usability in your Tests
    • Organise your Test Cases
    • Linking a Test Case to User Story
    • Linking a Test Case to Defect
    • Version Control your Test Case
    • Create a Copy of your Test Case
    • Copy Test Case to different Project
    • Conditional Statements
      • Decision Making Statement
      • Looping Statement
      • BREAK & CONTINUE Statement
    • Supported Actions
    • Utilising Mobile Inspector in SimplifyQA
  • Introduction to Script-less Recording of Test Case
    • Record a Web Test Case in SimplifyQA
    • Record an Android Test Case in SimplifyQA
    • Record an iOS Test Case in SimplifyQA
    • Record Functions in SimplifyQA
    • Understand Object Recognition Mechanism & Self Healing in SimplifyQA
    • Low Level Recording
  • Test Data Management
    • Generate dynamic data using Formulas to Optimise Test Data
    • Import and Export Test Data Sets
  • Introduction to Object Repository
    • Capture Objects for your Tests
    • Organise your Test Objects
    • Parameterise your Test Object Properties
  • Introduction to Parameters
    • Various Types of Parameters
    • Create and Utilise Parameters in your Test Case
    • Understanding Runtime Parameters
  • Code Editor
    • Using Git Commands
    • Configuring Privileges for Sync Actions
    • How to Sync Actions using Code Editor?
    • How to use AI to write code?
  • Introduction to Test Execution in SimplifyQA
    • Create an Execution Plan
    • Create a Suite
      • Execute your Test Suite and View Suite Reports
      • Execute your Suite on Cloud (Serial/Parallel)
    • Schedule your Execution
    • Create Pipelines
  • Defect Management
  • Marketplace
    • Integration with Project Management Tools
      • Integrating SimplifyQA with Jira
        • Configure Web-hooks
        • SimplifyQA Setup for Integration
          • Setup your Account for Jira Integration
          • Configuration in SimplifyQA Admin
          • Steps to Generate a Jira API Token
          • Steps to create SimplifyQA token
          • Steps to get Jira Account ID
          • Synchronisation Functionality Between SimplifyQA and Jira
          • Analyse Logs for Data Synchronisation
        • Mapping Fields for Issue Types
        • Viewing SimplifyQA Test Cases in Jira
    • Integrating with CI/CD Tools
      • Gitlab
      • Azure Devops
      • Concourse
    • Integrating with Cloud Platforms
      • VM Based
  • Legal Documents
    • End-User License Agreement
Powered by GitBook
On this page
  • Prerequisites
  • Create a Pipeline in SimplifyQA
  • Install SimplifyQA Extension in Azure DevOps
  • Configure Azure DevOps Pipeline
  • Add SimplifyQA Executor to Pipeline
  • Save and Run the Pipeline
  • Frequently Asked Questions (FAQs)
  1. Marketplace
  2. Integrating with CI/CD Tools

Azure Devops

PreviousGitlabNextConcourse

Last updated 1 month ago

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.

Prerequisites

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


Create a Pipeline in SimplifyQA

  1. Log in to your SimplifyQA account

  2. Navigate to the Pipelines section from the left-hand panel.

  1. Click on +Pipeline to create a new one.

  1. Enter a meaningful name for your pipeline.

  1. Enter the required details and click on save to create the pipeline

Configure the pipeline details:

  • 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


Install SimplifyQA Extension in Azure DevOps

  1. Log in to your Azure DevOps account.

  2. From the dashboard, click on the respective project card.

  1. Click on Azure Marketplace and search for "SimplifyQA".

  1. Click Get it for free.

  1. If you already have an organization, proceed to Downloads. If not, create one and then download the extension.


Configure Azure DevOps Pipeline

  1. Go back to your Azure DevOps homepage.

  2. Navigate to Pipelines > Pipelines from the left panel.

  1. Click on New Pipeline.

  1. Select the code repository you're working with.

  1. Authenticate and log in to the repository.

  2. Select the specific repository you want to work on.

  1. Choose Starter pipeline.

  1. Your yaml file will open.


Add SimplifyQA Executor to Pipeline

  • 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.


Save and Run the Pipeline

  1. Click Save or Save and Run

  1. Select the branch and click on Run Pipeline.

  2. Go to the Summary tab to monitor the execution.

  3. 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.


Frequently Asked Questions (FAQs)

What is the benefit of integrating Azure DevOps with SimplifyQA?

The integration enables automated triggering of test pipelines in SimplifyQA directly from your Azure DevOps builds or releases. This ensures quality checks are embedded within your CI/CD workflow, catching bugs earlier in the development cycle.

Do I need to write a YAML file manually?

No, you can use the Starter Pipeline in Azure DevOps, then add the SimplifyQA executor task using the "Show assistant" panel in the pipeline editor.

Can I monitor SimplifyQA test results in Azure DevOps?

Yes. Once the pipeline is triggered, you can:

  • View execution logs in the Jobs tab of Azure

  • Monitor detailed test results in SimplifyQA

What happens if my test threshold is not met?

If configured, the pipeline will fail when the test success rate falls below the set threshold, enforcing test quality as part of CI/CD validation.

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

Cloud Configuration
Register your Machine