Changes for version 2.03
- ENHANCEMENTS:
- New test parameters 'mail_success_subject' and 'mail_failure_subject' to redefine default value of Subject field in test report emails. Based on patch by Amit Kaul.
- BUG FIXES:
- HTTP::WebTest used to mangle test URLs like 'http://website.com?http://website2.com?var=val' by URL escaping everything after the first question mark. Now it does modify test URL unless it is doing GET request and test parameter 'params' is specified in a test specification. Thanks to Brian Webb for a bugreport.
Documentation
test one or more web pages
Recipes for typical web tests
Plugin developers documentation.
Modules
a bundle to install HTTP::WebTest
Testing static and dynamic web content
API of HTTP::WebTest
Cookie storage and management
Parse wtscript files.
Base class for HTTP::WebTest plugins.
Click buttons and links on web page
Response body size checks
Send and recieve cookies in tests
Default test report plugin.
Pause before running test
Test::Harness compatible reports
Provides callbacks called during test run
Loads external plugins
Tests for response time
Initializes HTTP request for web test
Checks the HTTP response status
Test the content of the HTTP response.
Subclass for HTTP::WebTest report plugins.
HTTP request objects
Helper package for HTTP::WebTest test suite
Test object class
Test results class
Miscellaneous subroutines used by HTTP::WebTest
Provides
in lib/HTTP/WebTest/Utils.pm