Verify Page Title and URL Path
Use Verify Page Title and URL Path to check whether the page you’re on has the expected title or URL path. This step ensures that navigation was successful and the test is operating on the correct page.
When to Use
- Confirm that a page with the expected title or path has loaded
- Validate redirections after a login, button click, or form submission
- Check that the user is taken to the correct screen after an action
Steps to Add 'Verify Page Title and URL Path'
While recording, click the Add a Verification Step icon.
Select Verify Page Title and URL Path from the available verification options.
Choose what to verify:
- Page Title
- URL Path
Fill in the following fields:
- Match Type – Select how the value should be evaluated. Options include:
- Is exactly
- Contains
- Starts with
- Ends with
- Matches regex
- Current Value – Auto-filled with the actual title or path of the current page. You can edit this if needed.
- Match Type – Select how the value should be evaluated. Options include:
Click Save to add the verification step.
The verification step is added to the scenario and appears in the Recorder as a new step.
You can view this step in the Features page as part of the recorded scenario.
After running the scenario, the result of this verification appears on the Reports page.