Showing posts with label LinkChecker. Show all posts
Showing posts with label LinkChecker. Show all posts

Sunday, 31 July 2016

Basic 'Broken Link Checker' using Selenium WebDriver


Link Health is very important for any website to reach its customers.
One can make sure if all the links of the website are broken or not, using various available open source or licensed tools.

Below is one of the basic way of validating the links on a particular page using Selenium WebDriver.
NOTE: Can be part of your various regression tests.


Sample Code: