In this selenium tutorial for beginners, you will learn how to find broken links in a webpage in Selenium Webdriver using java programming language. Webpages have links to other web pages it is important to ensure that all these links are working. Interviewers often ask candidates to write a code to find broken links on given webpage in selenium automation interviews questions and this is exactly what this tutorial by testing matters covers: 1. Find all broken links that give HTTP error status codes like 404, 302 etc. 2. Display the URLs, status code and error message for all broken links