Skip to content

Run a launch (manual)

A launch is a test execution run. The simplest one is manual: you pick test cases and check them off as you go.

Steps

  1. Go to Test cases, select the cases you want to run.
  2. Click Run in the bulk-actions bar at the bottom.
  3. The Run dialog opens with a Launch tab. Pick a folder (optional) and a name (defaults to today's date + project key).
  4. Click Start launch.
  5. You're redirected to the launch detail page. Click any test case to mark it pass / fail / skip in the right pane.
  6. When you're done, click Close launch at the top. The launch is now read-only and contributes to your dashboards.

What happens behind the scenes

When you start a manual launch, Sulu creates a TestResult per selected case in PENDING status. Marking a result triggers a backend update that recomputes per-status counts and broadcasts the change over WebSocket — anyone watching the page sees it within ~100 ms.

Bulk triage

The launch tree's bulk-actions bar lets you mark many results at once: select rows, click Pass (or Fail / Skip). Useful for "everything in this folder passed" sweeps.

Sulu Test Management System