Check for broken links in a webpage
If you need to know whether your webpage has broken links, use the Check Webpage for Broken Links Module, which is part of the Standard subset.
This Module helps you build fast, automated tests to find any links that return client error responses (400-499) or server error responses (500-599). The sooner you know about it, the sooner you can fix it—before your hear from your customers.
![]() |
This example TestCase investigates the page at http://myapplication.tricentis.com for broken links. It checks for all error types except 403 errors.
Example - Checking for error responses Once it finds the window, it verifies all links within this web page for error responses:
Link verification example in Tricentis Tosca |