Turning runs into insights

Viewing Run Results

After a timeline completes:

  1. Go to Run Results in the left navigation.

  2. Select your test name.

  3. The dashboard displays:

    • Tracks with load and response time curves.

    • AppDex color zones (green, yellow, red).

    • Tiles showing runtime statistics.

Metrics available:

  • Fastest, average, and median response times

  • 95th (P95) and 99th (P99) percentiles

  • Maximum observed response

  • Requests per second

  • Bytes transferred

  • Error count

Track and Time Filtering

Click any track to view that sequence’s results only.
Click any point in time to show metrics for that moment.

Interpreting AppDex

The AppDex bands represent user experience quality:

  • Green: Satisfactory performance

  • Yellow: Tolerable

  • Red: Frustrating

These thresholds can be customized per sequence.

Reviewing AI-generated insights

At the end of each run, Go produces an AI Go Analysis summary.
This includes:

  • Reliability indicators (e.g., zero API errors)

  • Throughput stability

  • Endpoint-specific issues (slow images or JS)

  • Detected trends and anomalies

  • Early warnings and positive highlights

Useful Buttons

  • Clear History: Clears recent test cache from the results view.

  • Zoom to Fit: Fits all tracks into the screen view.

  • Export: Download results for sharing or offline analysis.

Inspect child sequence HTTP steps

When a sequence contains child sequences, HTTP steps inside those child sequences can be inspected directly from Run Results.

Selecting a child-sequence HTTP step opens the inspector panel and displays the same request and response information that is available for top-level HTTP steps. This includes request details, response details, headers, payloads, and execution information captured during the run. The inspector provides visibility into nested sequence activity without requiring you to leave Run Results. Although request and response information can be reviewed from the inspector, modifications must still be made in the original child sequence. Editing is not available directly from Run Results.