This document describes Perl API of "HTTP::WebTest"....
ILYAM/HTTP-WebTest-2.04 - 05 Sep 2003 20:27:38 UTCIntroduction This module runs tests on remote URLs 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 pr...
ILYAM/HTTP-WebTest-2.04 - 05 Sep 2003 20:27:38 UTCThis packages contains utility subroutines used by HTTP::WebTest. All of them can be exported but none of them is exported by default....
ILYAM/HTTP-WebTest-2.04 - 05 Sep 2003 20:27:38 UTCObjects of this class represent tests. They store both test parameters and test results....
ILYAM/HTTP-WebTest-2.04 - 05 Sep 2003 20:27:38 UTCThis bundle includes all modules required to use HTTP::WebTest with all its standart plugins. Also it includes all modules required to run test suite for HTTP::WebTest....
ILYAM/HTTP-WebTest-2.04 - 05 Sep 2003 20:27:38 UTCParses a wtscript file and converts it to a set of test objects....
ILYAM/HTTP-WebTest-2.04 - 05 Sep 2003 20:27:38 UTCHTTP::WebTest plugin classes can inherit from this class. It provides some useful helper methods....
ILYAM/HTTP-WebTest-2.04 - 05 Sep 2003 20:27:38 UTCThis class is a subclass of HTTP::Request class. It extends it with continence methods that allow to set or get CGI query params for HTTP request in uniform way independent of HTTP request method. Each URI in GET requests may consist of two portions:...
ILYAM/HTTP-WebTest-2.04 - 05 Sep 2003 20:27:38 UTCSubclass of HTTP::Cookies which enables optional transmission and receipt of cookies....
ILYAM/HTTP-WebTest-2.04 - 05 Sep 2003 20:27:38 UTCThis module provides helper routines used by HTTP::WebTest self test suite. Plugin writers may find this module useful for implementation of test suites for their plugins....
ILYAM/HTTP-WebTest-2.04 - 05 Sep 2003 20:27:38 UTCObjects of this class represent test results. Test results are basicly "ok"/"not ok" and some attached commentary. This class overloads "bool" operation so it can be directly used in statements that require boolean values. if($result) { ... } is equi...
ILYAM/HTTP-WebTest-2.04 - 05 Sep 2003 20:27:38 UTCThis is a subclass of HTTP::WebTest. HTTP::WebTest report plugin classes can inherit from this class. It handles some test parameters common to report plugins by providing implementation of the method "print"....
ILYAM/HTTP-WebTest-2.04 - 05 Sep 2003 20:27:38 UTCThis plugin module lets you specify pauses before running specific tests in the test sequence....
ILYAM/HTTP-WebTest-2.04 - 05 Sep 2003 20:27:38 UTCThis plugin lets you use the names of links and buttons on HTML pages to build test requests....
ILYAM/HTTP-WebTest-2.04 - 05 Sep 2003 20:27:38 UTCThis plugin module adds test parameters whose values are evaluated at specific times of the HTTP::WebTest test run. It can be used to do some initialization before doing test request, to do some finalization when test response is received or to imple...
ILYAM/HTTP-WebTest-2.04 - 05 Sep 2003 20:27:38 UTCParses a wtscript file in XML format and converts it to a set of test objects. VERSION $Revision: $...
JLAPOUTRE/HTTP-WebTest-XMLParser-1.00 - 06 Aug 2003 21:31:42 UTCThis plugin lets you to load external HTTP::WebTest plugins....
ILYAM/HTTP-WebTest-2.04 - 05 Sep 2003 20:27:38 UTCThis plugin adds support for local web file test mode to HTTP::WebTest. In this mode Apache is started on a private/dynamic port with a configuration file in a temporary directory and HTTP::WebTest runs its tests against local web files using this te...
ILYAM/HTTP-WebTest-Plugin-Apache-1.01 - 16 Dec 2002 21:32:31 UTCThis plugin for the HTTP::WebTest module let you post a form that includes all the inputs from the page, including hidden ones. Also you can add new inputs using the "params" hash. In case of inputs of type "checkbox", they are included only if they ...
HUGUEI/HTTP-WebTest-Plugin-Sticky-0.03 - 13 Dec 2020 19:38:13 UTCThis plugin provides means to control sending and recieve cookies in web test....
ILYAM/HTTP-WebTest-2.04 - 05 Sep 2003 20:27:38 UTC