Create a web test

Learn how to create a web test, record browser interactions, add assertions, and review execution results step by step.

This guide walks you through creating a web test, recording browser interactions, and reading the first execution results.

Interactive tutorial


Step-by-step guide

Create the test

1
Open the test list

In the main menu, click Tests.

2
Select the product

Make sure the correct product is selected in the selector at the top of the page.

3
Start creation

Click Create new test, then select Web (New experience).

4
Set the start URL

Enter the URL where the test should begin, then click Create.

Record the steps

1
Start the recorder

Click Use recorder, then confirm with OK. Every action you perform in the browser is recorded automatically.

2
Walk through the flow

Navigate the site as a real user would: click buttons, fill in fields, follow links.

3
Add assertions

To verify that an element is visible, select the Displayed option in the recorder. This adds a verification step to the scenario.

4
Stop recording

Right-click to stop the recorder, then click Save to preserve the steps.

Run the test

1
Execute the test

Click Run. The test launches on the selected resource.

2
Check the results

Once the execution completes, click the execution ID to access the details. Each step shows its status (pass or fail) and a screenshot.

What's next?

Update your tests

Organize steps into groups, add variables, and refine selectors.

Web step types

Explore all available actions for your web tests.

Last updated on