1. Real Browser Test

1.7 View test results

5 min

In the Scatterplot from the previous step, click on one of the dots to drill into the test run data. Preferably, select the most recent test run (farthest to the right) so the run is as close to the current site state as possible.

Drilldown

This single page captures everything Splunk Synthetic Monitoring recorded for that one run from that one location. It’s worth understanding what each section is for — these are the views you’ll spend the most time in when triaging a regression.

Result header

At the top of the page you’ll see the run’s high-level outcome:

Filmstrip and video

The strip of screenshots across the top is a filmstrip — Synthetic Monitoring captures a screenshot at regular intervals throughout the run, so you can scrub through the entire journey visually. On the right is a video replay of the page as the test saw it, with a standard player you can scrub through frame by frame.

Filmstrip and video are by far the fastest way to answer “what did the user actually see?” — particularly useful when a step failed because of an unexpected modal, a content-shift error, or a missing element. They’re often the only thing you need to share with a developer to make a bug reproducible.

Business transactions and pages

Below the filmstrip you’ll see two summary rows:

Waterfall

The waterfall is the workhorse of the results page — every individual HTTP request the page made, in order, with the timing and status of each. The filter bar lets you narrow by resource type (All / XHR / JS / CSS / Img / Media / Font / Doc / WS / Manifest), and each row shows:

Web Vitals

On the right of the page, Splunk reports the Core Web Vitals for this run:

Because these are Google’s standard web-vitals metrics, you can chart them and alert on them the same way you would in any RUM tool — and unlike RUM, the synthetic version comes from a controlled environment, so a regression in synthetic LCP is almost always a code change rather than a user-environment change.

What to do next

Once you’re comfortable with this view, a few useful follow-ups in real production use:

This run is now part of your test’s history forever — every metric on this page is also a time series you can chart, dashboard, and alert on.

Last Modified ·