You can use HTML attribute validation, to validate any HTML attribute in your app.
To add HTML attribute validation, do the following:
- Click the "M" ⇒ "Validations" ⇒ 'Validate HTML attribute' step


- Select the element you want to validate in the AUT
- Fill in the attribute name and the expected value


- Click 'OK'
Notes:
- For the expected value you can use regex, for example, 'href' that starts with https will have the following regex:


Updated about a month ago