Overview
Test Real User Journeys in a Cloud Browser
Section titled “Test Real User Journeys in a Cloud Browser”Website Scenario is the most complete way to verify that your website actually works for a real user.
Instead of checking a single response, a scenario replays a full browser journey in the cloud — clicking, typing, scrolling, and navigating — and confirms that each step still behaves and looks the way it should.
You build scenarios with the Codeless Recorder: interact with a remote browser streamed to your screen, and every action is captured as a replayable step. No scripts to write or maintain.
When to Use Website Scenario
Section titled “When to Use Website Scenario”Choose this test type when a working website means more than “the server responded” — when a user has to be able to complete a flow end to end.
This is a strong fit for:
- login and authentication flows,
- checkout and payment journeys,
- form submission and lead capture,
- multi-step funnels and dashboards,
- and visual regression checks on critical screens.
What It Does Well
Section titled “What It Does Well”Website Scenario validates the experience your users actually have, not just the technical response behind it.
- It confirms that complete user journeys still work after every change.
- It captures each run in the Session Player, so a failure shows you how it broke, not just that it broke.
- It verifies the page visually with Pixel Comparison to catch UI regressions a status code would miss.
- It stays resilient to invisible code changes through Page Structure Flexibility.
- It can run on a schedule from multiple locations for continuous monitoring.
What It Does Not Replace
Section titled “What It Does Not Replace”Website Scenario gives you the deepest signal, but it is heavier than a simple health check.
If you only need a fast, frequent check that a site is reachable and returns the right technical response, use Website Availability.
If you need to track performance quality and Core Web Vitals over time, use Website Vitals.