Home/Docs/Scenarios

Scenarios (Functional Testing)

Scenarios define reusable user journeys that run in project context and produce pass/fail evidence per run.

Why it matters

Crawl checks detect broad site health, while scenarios validate business-critical flows.
Together they provide stronger release confidence.

Step-by-step

  1. Go to Dashboard -> Scenarios.
  2. Click New Scenario.
  3. Define steps using actions like navigate, click, type, and assertions.
  4. Attach scenarios to projects.
  5. In Run a Scan, enable functional scenarios in coverage mode.
  6. Open run details and inspect scenario results.

Visual reference

Scenarios library

Common mistakes

  • Using brittle selectors that change often.
  • Running scenario-only without validating base URL and auth context.
  • Forgetting to attach scenario to the intended project.

Related docs