HTTP-WebTest-XMLParser
    
    
  
  
  
view release on metacpan or search on metacpan
t/testdefs.xml view on Meta::CPAN
      <!-- follow named links from previous html page -->
      <param>::Click</param>
    </list>
    <param name="user_agent">Mozilla/5.0 (HTTP-WebTest)</param>
    <!-- send to these mail addresses (element may be repeated) -->
    <list name="mail_addresses">
      <param>NOC <noc@isp.tld></param>
    </list>
    <param name="mail_from">WebTest <webtest@isp.tld></param>
    <!-- do not specify the email element for now; this will break the XML report -->
    <!-- basic auth. credentials, used if requested by http server -->
    <list name="auth">
      <param>user</param>
      <param>secretpass</param>
    </list>
  </params>
<!-- tests specify tests to apply to a html page
  test_name: a distinctive name for the report
  url: location of the page to test
  method: get, post (default get)
( run in 0.520 second using v1.01-cache-2.11-cpan-c333fce770f )