Selenium Broken Links Automation Testing
2017 ◽
Vol 7
(7)
◽
pp. 53
With the growth of website content it is become difficult to manage relations between Individual webpage and keep track of their hyperlinks within a website. This causes some Hyperlink become dead or broken. A broken Link is a link on a web page that no longer works. It is difficult to find out the broken link manually by checking each hyperlink individually because it is time consuming and tedious work. So to eliminate this we can use the selenium web driver tool and java code to automate testing of each hyperlink individually. The objective of this thesis is to automate finding of broken links using selenium web driver tool.