Download List

Descripción del Proyecto

HTTP-WebTest is a Perl module which 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.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-09-06 01:28
2.04

ReportPlugin.pm había un error en el que se envió un informe de correo electrónico, incluso si el parámetro de correo electrónico se establece en "errores" y todas las pruebas pasadas.
Tags: Minor bugfixes
ReportPlugin.pm had a bug in that it sent out an email report even if the mail parameter was set to "errors" and all tests passed.

2003-07-14 23:13
2.03

Esta versión ha mail_success_subject nuevos parámetros de prueba 'y' mail_failure_subject a redefinir el valor por defecto del campo Asunto en los mensajes de correo electrónico de prueba informe. HTTP:: WebTest ya no mangles URL de prueba como 'http://website.com?http://website2.com?var=val' por la URL de escapar todo después de la marca de la primera pregunta.
Tags: Minor feature enhancements
This release has new test parameters 'mail_success_subject' and 'mail_failure_subject' to redefine the default value of the Subject field in test report email messages. HTTP::WebTest no longer mangles test URLs like 'http://website.com?http://website2.com?var=val' by URL escaping everything after the first question mark.

2003-03-24 23:11
2.02

Un error en los informes de ensayos no se han enviado varias direcciones de correo electrónico si se especifica como destinatarios informe de la prueba ha sido corregido.
Tags: Minor bugfixes
A bug where test reports were not sent if multiple email addresses were specified as test report recipients has been fixed.

2003-03-02 15:42
2.01

Parte de la producción de ruido producido por el HTTP:: WebTest:: Plugin:: plugin HarnessReport en el "hacer la producción de prueba" cuando se utiliza en la prueba:: Arnés de suites de prueba de estilo fue eliminado. Algunos errores en la suite de pruebas de auto fueron corregidos. Limpieza de Código del Menor se hicieron.
Tags: Minor bugfixes
Some noise output produced by the HTTP::WebTest::Plugin::HarnessReport plugin in the 'make test' output when being used in Test::Harness-style test suites was removed. Some bugs in the self testing suite were fixed. Minor code cleanups were made.

2002-12-14 21:57
2.00

Esta es la reescritura completa que cuenta con un modular y fácilmente la arquitectura fungibles. Nuevos tipos de prueba, se añade ahora con módulos plug-in. Muchos de los nuevos tipos de pruebas estándar se han añadido. Apoyo a la prueba:: pruebas de estilo Arnés ha sido añadido. Apoyo a modo de archivo locales de ensayo se ha eliminado de esta versión y se llevará a cabo en el plugin de una partida separada en libertad. Los términos de licenciamiento han sido cambiados de artístico sólo a una licencia dual de artístico / GPL.
Tags: Major feature enhancements
This is full rewrite which features a modular and easily-expendable architecture. New test types can now be added with plugin modules. Many new standard test types have been added. Support for Test::Harness style testing has been added. Support for local file test mode has been removed from this version and will be implemented in a separately released plugin. Licensing terms have been changed from Artistic only to a dual-license of Artistic/GPL.

Project Resources