Introducing Agentic Testing — describe Salesforce tests in plain English.Learn more →
PARALLEL
Legacy: Local Jenkins Grid AI: Infinite Cloud Execution

Execute at Massive Scale

Stop waiting hours for test suites to finish. Run 10,000 tests concurrently and get results in minutes.

Our zero-configuration infrastructure automatically spins up thousands of ephemeral, containerized test runners on demand. No DevOps required. No Kubernetes clusters to manage. Just pure speed.

Cloud Execution Grid

Live Salesforce runners

Live0

Test execution

00:00.000 passed0 healed
  1. Starting parallel Salesforce run…
Test Suite Progress0%
Positioning

SimpleTest, defined.

SimpleTest runs thousands of Salesforce UI journeys at once. Full regression finishes in minutes, not a UAT weekend.

What we address

What we address

  • One browser at a timeSequential sandbox clicks cannot cover seasonal, regulated, or catalog-scale paths.
  • Grid painSelenium infrastructure is a product of its own. Nobody wants to own it.
  • Sampling instead of coverageTeams test five SKUs. The promo that breaks is the one nobody clicked.
  • CI that times outA 4-hour suite cannot be a required check. Salesforce stays off the merge gate.

What you get

What you get

  • 1,000+ concurrent runsIndustry and CPQ journeys execute together. No grid to provision.
  • Minutes, not daysKYC, intake, or quote regression that used to take a UAT window finishes before stand-up.
  • Required-check friendlyRuntime fits a pull request. Salesforce can finally block the merge.
  • Scale without samplingRun the catalog, the term, or the campaign — not a handful of happy paths.
Parallel Testing

End-to-end parallel testing flow.

Watch Salesforce runners execute at massive concurrency instead of a single-threaded grid. Nodes fail, self-heal locators, and pass before the CI gate opens.

Cloud Execution Grid

Pass

0%

Live

0

Healed

0

Time

00:00.00

Cloud Execution Grid

Salesforce runners

Live

Test execution

Spinning up cloud runners

00:00.00
0/48 lanes0 passed0 healedRunning
Starting parallel Salesforce run…
Zero Infrastructure

Stop Managing Test Grids.

Stop maintaining fragile Selenium grids or complex Kubernetes clusters. SimpleTest provides a fully managed, globally distributed execution environment out of the box.

No VMs to provision or maintain
No browser dependencies to update
No database state to clean up manually
Legacy Way
Update Browser Drivers
Patch Jenkins Nodes
Manage Network Certs
SimpleTest AI
Serverless Execution
Zero Maintenance
Instant Elasticity

Scale from 10 to 10,000 Instantly.

Whether you need to run 10 tests or 10,000 tests, our grid spins up exactly the compute you need in seconds. No queuing, no waiting for resources to free up.

Active Compute Nodes
Auto-Scaling
PR #441: Minor CSS Fix (12 Tests)12 Nodes Provisioned
PR #442: Full Salesforce Release (1,024 Tests)1,024 Nodes Provisioned
Shift Left Reality

Test Every PR Before It Merges.

By shrinking test execution time from hours to minutes, developers get immediate feedback on every PR. Catch regressions before they merge, not the night before release.

feat: Update Opportunity Approval Process
#892
Opensarah-dev wants to merge 3 commits into main
All checks have passed
1 successful check
SimpleTest / Full Regression salesforce-core
2,405 tests passed in 4m 12s
RequiredDetails
The Bottleneck

Sequential Testing is Killing Delivery.

See how the legacy infrastructure compares to SimpleTest AI's infinite cloud execution.

8+ Hour Test Runs

Tests run sequentially or with limited concurrency (e.g., 5-10 browsers).

Infrastructure Maintenance

DevOps teams spend hours maintaining Jenkins nodes and Selenium grids.

Overnight Feedback Loops

Developers don't know if their code broke Salesforce until the next morning.

Hard Limits on Coverage

You only test the 'critical path' because running everything takes too long.

Wasted Idle Resources

Paying for 100 Jenkins VMs 24/7 just to handle the overnight spike.

Retries Block the Queue

A flaky test retrying three times locks up a node and stalls the entire pipeline.

Pipeline Native

Trigger from Anywhere.

Integrate massively parallel test execution directly into your existing CI/CD pipelines with a single cURL command or native GitHub Action.

GitHub Actions
GitLab CI
Jenkins
Azure DevOps
CircleCI
Bitbucket
.github/workflows/salesforce-regression.yml
name: Salesforce PR Regression

on:
pull_request:
branches: [main]

jobs:
run-simpletest-parallel:
runs-on: ubuntu-latest
steps:
- name: Trigger 10,000 Tests
uses: simpletest-ai/action@v1
with:
api-key: ${{ secrets.ST_API_KEY }}
suite-id: "salesforce-core-regression"
concurrency: 1024
# Job completes in ~4 mins

Run thousands of tests without the grid pain.

Scale Salesforce regression suites in parallel with zero infrastructure to manage.