Quester Studio

Guide

A short path from first launch to a successful multi-step API scenario.

  1. 1. Install Quester Studio

    Download an unsigned Windows, Linux, or macOS build from GitHub Releases and launch the app.

  2. 2. Open the sample workspace

    On the welcome screen choose Open sample. That loads the bundled example with environments and scenario flows.

  3. 3. Select login-and-profile

    In the Flows sidebar open login-and-profile. The canvas shows a real journey: credentials → login → authorized profile → asserts. A disconnected note sticky documents the scenario for the team (not executed).

  4. 4. Pick env and run

    Choose environment local (DummyJSON base URL) and run the flow. Watch nodes light up as they execute.

  5. 5. Inspect the result

    Open the inspector on the login or profile HTTP node, then check the run / response panel for status, body, and assert results.

  6. 6. Edit and save

    Change a label or URL in the inspector and save — the *.flow.json file updates on disk for everyone sharing the workspace.

  7. 7. Go deeper

    Who it’s for, UI reference, or Docs for CLI, workspace, and nodes. Prefer learning nodes first? demo-main-nodes walks a short pedagogical chain.