HTTP-WebTest-Plugin-XMLReport

 view release on metacpan or  search on metacpan

example/testdefs.xml  view on Meta::CPAN

    <!-- use the following plugins (default prefix is HTTP::WebTest::Plugin) -->
    <!-- output results in xml format -->
    <plugins>::XMLReport</plugins>
    <!-- follow named links from previous html page -->
    <plugins>::Click</plugins>
    <user_agent>Mozilla/5.0 (HTTP-WebTest)</user_agent>
    <!-- send to these mail addresses (element may be repeated) -->
    <mail_addresses>NOC &lt;noc@isp.tld&gt;</mail_addresses>
    <mail_from>WebTest &lt;webtest@isp.tld&gt;</mail_from>
    <!-- do not specify the email element for now; this will break the XML report -->
    <!-- basic auth. credentials, used if requested by http server -->
    <auth>user</auth>
    <auth>secretpass</auth>
  </param>

<!-- test groups 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)
  -->
  <testgroup test_name="Yahoo Home" url="http://www.yahoo.com/">



( run in 0.265 second using v1.01-cache-2.11-cpan-4d50c553e7e )