Introducing Agentic Testing — describe Salesforce tests in plain English.Learn more →
Partner IntegrationVerified by SimpleTest

Native Azure DevOps

Works where you work.

Enterprise Salesforce testing seamlessly integrated into your Azure Pipelines and Repos.

Turnkey Setup
Bi-directional Sync
Enterprise SLA
Azure Pipelines

Built for Microsoft shops.

Install our official extension from the Visual Studio Marketplace to add SimpleTest as a native task in your YAML pipelines.

Marketplace Extension

No cURL scripts. Just add the SimpleTest task from the Azure DevOps UI.

Azure Key Vault

Securely inject SimpleTest API keys directly from Key Vault.

Test Plans Integration

Results sync automatically back to Azure Test Plans.

azure-pipelines.yml
trigger:
- main

pool:
vmImage: 'ubuntu-latest'

steps:
- task: SimpleTestExecution@1
inputs:
apiKey: '$(SimpleTestApiKey)'
suiteId: 'azure-regression'
publishTestResults: true
failOnRegression: true

How to connect with Azure DevOps

Get up and running in minutes with our turnkey integration. No complex setup or maintenance required.

1

Generate API Key

Log into your SimpleTest dashboard, navigate to Settings > API Keys, and generate a new key with CI/CD permissions.

2

Install Azure DevOps Integration

Install the native SimpleTest plugin/app from the Azure DevOps marketplace or add our CLI package to your pipeline.

3

Configure & Run

Add your API Key to your environment variables and point the integration to your specific Salesforce test suite ID.

Connect to Azure DevOps

Connected Azure Pipelines execution.

Watch the Azure Pipelines task connect, run Salesforce object paths in the stage, and hold production until every path passes.

Test Cases

TitleResult
Connect Azure TaskQueued
Fetch the codeQueued
Open the browserQueued
Enter Salesforce instanceQueued
Login - enter credentialsQueued
Click Sign InQueued
Go to Sales appQueued
Preparing the test dataQueued
Search Lightning recordsQueued
Validate LeadQueued
Validate AccountQueued
Validate ContactQueued
Validate OpportunityQueued
Validate QuoteQueued
Validate CaseQueued
CI quality gateQueued

Test execution

Waiting for run

0%

Starting

00:00.000/16 steps0 passed0 healedQueued
Starting Salesforce journey…
FAQ

Frequently Asked Questions

Ready to supercharge your Azure DevOps pipeline?

Stop waiting for overnight tests and start shipping Salesforce releases with confidence. Set up the Azure DevOps integration today.

Positioning

SimpleTest, defined.

SimpleTest sits in the pipeline you already run. Salesforce UI journeys become a required check — same as application tests.

What we address

What we address

  • Salesforce ships outside CICode is gated. Metadata and Lightning changes still wait for a UAT window.
  • Broken journeys after deployGearset, AutoRABIT, and GitHub ship the org. Nobody re-ran the quote or intake path.
  • Results live in another toolQA has a report. Engineering has a PR. Failures do not block the merge.
  • Scratch orgs and sandboxes driftEphemeral URLs and data never make it into the test run automatically.

What you get

What you get

  • Native pipeline gatesGitHub Actions, Jenkins, Azure DevOps, ModernOps, Gearset, and AutoRABIT.
  • Required status on the PRA failed Salesforce journey blocks merge the same way a failed unit test does.
  • Jira when it failsDefects open with steps, org, and screenshot — not a Slack screenshot.
  • Environment injectionScratch org and sandbox URLs flow into the suite. No manual re-pointing.