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
In the main menu, click Tests.
Make sure the correct product is selected in the selector at the top of the page.
Click Create new test, then select Web (New experience).
Enter the URL where the test should begin, then click Create.
Record the steps
Click Use recorder, then confirm with OK. Every action you perform in the browser is recorded automatically.
Navigate the site as a real user would: click buttons, fill in fields, follow links.
To verify that an element is visible, select the Displayed option in the recorder. This adds a verification step to the scenario.
Right-click to stop the recorder, then click Save to preserve the steps.
Run the test
Click Run. The test launches on the selected resource.
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?
Last updated on