Is there any test framework or software that can automatically go through a site and find 404 errors from links?
+1
A:
You could use an extension for your favourite browser, i.e. LinkChecker for Firefox.
mkluwe
2010-07-05 16:37:16
A:
Are you looking for a tool that does complete validation/checking of the site? Or one that does use-case testing of specific parts of the site.
For the latter I recommend TestPlan, it has the ability to check the headers of pages and work with the so-called "meta" response of the page.
For the former it isn't the best tool, but as part of a test framework it is easy enough to get it to scan through links on the site looking for errors.
edA-qa mort-ora-y
2010-10-21 05:37:13