Suites

PruTAN Suites let you run scripts from one or more collections together as a single workflow and then review the consolidated results. A suite is ideal for end-to-end scenarios where related requests need to run in sequence and be analyzed as a group.

Suites are managed from their own Suites submenu, separate from individual collections.

Where Suites Live

  • Suites submenu — open Suites from the Studio sidebar to access the Suite Config, where you build, save, and run a suite.
  • Saved suites — suites you have saved previously appear in the suite list; reopen one to edit or run it again.
  • History — completed and in-progress suite executions. Clicking a suite run opens its analytics.

Creating and Saving a Suite

  1. Open the Suites submenu to launch the Suite Config.
  2. Select a team (required) and the host / region on which the suite will execute.
  3. Select the scripts you want to include from one or more collections. The selected scripts become the contents of the suite.
  4. Enter a suite label (name).
  5. (Optional) Choose an environment and toggle Data Stitching to pass data from one script to the next during the run.
  6. Click Save.

Once saved, the suite appears in your saved suites. Saving again updates the existing suite, and running it later reuses the same saved definition.

Finding scripts quickly: Use the search in the Suite Config to filter the available scripts by name while you build the selection, so you don't have to scroll through every collection to find the requests you want to include.
Environment scope: A suite runs against the environment selected in its Suite Config, not the environment chosen in the global header dropdown. Set the environment here so that every script in the run resolves its variables from the same, intended source.

Running a Suite

  1. With scripts selected (and a team and host set), click Run.
  2. PruTAN executes the selected scripts on the chosen region, using the environment and data-stitching setting defined in the Suite Config.
  3. When the run starts successfully, PruTAN automatically opens the Suite Analytics view for that execution.

You can run a saved suite directly, or build an ad-hoc selection and run it without saving first.

Suite Analytics

The analytics view shows consolidated results for the run.

  • Nested tree — folders and their leaf scripts are shown as an expandable / collapsible tree, with expand-all and collapse-all controls. Your collapse state and the currently selected request are preserved as results update.
  • Live polling — while a suite is running, results refresh automatically with a countdown timer and a Running badge, so you can watch passes and failures accumulate. The run is treated as complete once every script has returned a result.
  • Summary metrics — environment, total duration, average response time, region, and the pass / fail counts for the run.

Request Details

Select any script in the results tree to open its detail panel on the right. The panel shows the script's status, response time, and size, and provides tabs to inspect the run in depth:

  • Validation — assertion and test results for the script.
  • Response — the response body returned by the script.
  • Raw — the unformatted response payload.
  • Headers — the response headers.
  • Request — the request that was sent (URL, headers, and body).
  • Overview — a summary of the request and its result.

Run Again

Use Run Again to re-execute the same suite. It rebuilds the run from the saved suite (or from the current analytics tree) and dispatches a fresh execution. Run Again stays disabled until the responses for all scripts in the current run have been fetched.

Generating Reports

Suite Analytics can generate two downloadable reports: a PDF Report and an Excel Report.

  • PDF Report — a printable, formatted summary of the suite run, including the pass/fail summary and key metrics.
  • Excel Report — a spreadsheet organized into three sheets:
    • Suite Name — run metadata and a high-level summary (region, environment, duration, etc.).
    • Detailed Request History — one row per request with detailed execution data.
    • Pass/Fail Summary — aggregated counts and charts for quick visualization.

Steps to generate a report:

  1. Open Suite Analytics for the completed suite run.
  2. Click the Export / Generate Report button.
  3. Choose PDF Report or Excel Report.
  4. The file is prepared and downloaded automatically.
Reports include metadata about the suite run (start/end times, environment, and execution summary).

Organizing requests

Learn more about organizing the requests and collections that make up a suite.