[Http-webtest-general] Checking links in the document
Brought to you by:
m_ilya,
richardanderson
From: Carlos R. <cra...@gt...> - 2004-03-11 06:01:16
|
What's the best approach to checking links in a document. For instance I want to load a page then gather all links in the document an issue HEAD requests to test that all links work. I started writing a HTTP::WebTest::Plugins::LinksTest.pm module that would allow test_name = Home page url = http://a.url.com/ check_links = yes end_test Is a module overkill, or does this functionality already exist? I'm aware of click_link, but you have to know the name of links. Thanks, -Carlos |