[Http-webtest-general] [ANNOUNCE] HTTP-WebTest 1.99_06
Brought to you by:
m_ilya,
richardanderson
From: Ilya M. <il...@ma...> - 2002-05-12 16:44:22
|
The URL http://martynov.org/tgz/HTTP-WebTest-1.99_06.tar.gz has entered CPAN as file: $CPAN/authors/id/I/IL/ILYAM/HTTP-WebTest-1.99_06.tar.gz size: 83511 bytes md5: 48d6e0716a0140bdcca38b49468ab844 NAME HTTP::WebTest - Test remote URLs or local web files DESCRIPTION This module runs tests on remote URLs or local web files containing Perl/JSP/HTML/JavaScript/etc. and generates a detailed test report. This module can be used "as-is" or its functionality can be extended using plugins. Plugins can define test types and provide additional report capabilities. This module comes with a set of default plugins but can be easily extended with third party plugins. 1.99_06 Sun May 12 2002 ENHANCEMENTS: * New core test parameter 'http_headers'. Allows to add additional HTTP headers to HTTP request or override default HTTP headers in HTTP request. Thanks to Duncan Cameron for patch. * New plugin HTTP::WebTest::Plugin::Click. This plugin allows to use names of links and button on HTML pages to build test requests. BUG FIXES: * Set Content-type to 'application/x-www-form-urlencoded' for POST. Fixed for second time. Apparently code to do this was lost during HTTP-WebTest rewrite. Thanks to Duncan Cameron for patch. -- Ilya Martynov (http://martynov.org/) |