Cloud Execution
Cloud Execution runs tests on QAlity machines in the background without visual playback. It runs headless — no browser window opens on your screen. Screenshots are still captured during the run.
In the Run Configuration dialog it appears as Cloud.
Use Cloud Execution for:
- Individual test cases (as an alternative to Browser Execution)
- All test suite runs
- All test plan runs and schedules
Browser Execution is not available for suites or plans — those always run on Cloud. Compare both modes in Browser Execution vs Cloud Execution. Use Scheduling test plans to run plans automatically.
Parallel runsParallel runs
Browser Execution runs one test case at a time with live playback in your browser.
Cloud Execution is built for many cases in one suite or plan. Cases in a suite or plan run in parallel on QAlity cloud machines in the background—so a regression plan does not wait for each case to finish live on your machine.
| Browser Execution | Cloud Execution | |
|---|---|---|
| Concurrency | One case, live | Multiple cases in a suite/plan can run in parallel |
| Where | Your Chromium browser (Incognito) | QAlity cloud machines |
| Best for | Debugging a single case | Suites, plans, and scheduled regression |
You do not pick a parallel count in the UI. Parallelism applies when Cloud runs suites and plans. A single test case Cloud run is still one case.
How to run a test case on CloudHow to run a test case on Cloud
Go to Test Cases and open the test case you want to run.
Click the Run button in the top right and select Run or Config & Run.
In the Run Configuration popup, under Select run environment, choose Cloud.
Expand Advanced Settings to configure:
Click Run Now. Cloud Execution starts running the test in the background on QAlity's cloud machines.
Suites and plansSuites and plans
Test suites and test plans always run on Cloud. Open a suite or plan and click Run (or schedule the plan) — there is no Browser Execution option for these.
While Cloud Execution is runningWhile Cloud Execution is running
Cloud Execution resultsCloud Execution results
After the run completes:
Cloud Execution is the best choice when you want to run suites or plans without watching each case, or when you want a single test case to run unattended in the background.