[Http-webtest-general] [ANNOUNCE] HTTP-WebTest 1.99_09
Brought to you by:
m_ilya,
richardanderson
From: Ilya M. <il...@ma...> - 2002-08-22 09:24:15
|
The URL http://martynov.org/tgz/HTTP-WebTest-1.99_09.tar.gz has entered CPAN as file: $CPAN/authors/id/I/IL/ILYAM/HTTP-WebTest-1.99_09.tar.gz size: 95060 bytes md5: a3ed9d9e403f4a9b78494292be73c3a2 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_09 Thu Aug 22 2002 ENHANCEMENTS: * New core test parameter 'status_code' which allows to test HTTP responses for non-OK (200) status codes. Thanks to Paul Hamingson for implementation. * New core test parameter 'handle_redirects' which allows to disable optionally automatic handling of redirects by HTTP-WebTest. * New test parameter 'form_name' in HTTP::WebTest::Plugin::Click plugin. Thanks to Paul Hamingson for patch. * Test parameter 'click_button' in HTTP::WebTest::Plugin::Click plugin now supports image buttons (i.e. <input type="image" ...>). Thanks to Paul Hamingson for patch. * Added two test parameters 'on_start' and 'on_finish' to HTTP::WebTest::Plugin::Hook plugin. * Extended example 'User-Defined Tests' in Cookbook. Suggested by William McKee. BUG FIXES: * Previously comments inside of list parameters in wtscript files was not allowed. Reported by William McKee. * Fixed 'make test' failure on Perl 5.8.0. -- Ilya Martynov (http://martynov.org/) |