The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:CGI::Test"

CGI::Test - CGI regression test framework River stage one • 4 direct dependents • 8 total dependents

The "CGI::Test" module provides a CGI regression test framework which allows you to run your CGI programs offline, i.e. outside a web server, and interact with them programmatically, without the need to type data and click from a web browser. If you'...

TOKAREV/CGI-Test-1.111 - 03 Feb 2016 05:26:43 UTC

CGI::Test::Page - Abstract represention of an HTTP reply content River stage one • 4 direct dependents • 8 total dependents

The "CGI::Test::Page" class is deferred. It is an abstract representation of an HTTP reply content, which would be displayed on a browser, as a page. It does not necessarily hold HTML content. Here is an outline of the class hierarchy tree, with the ...

TOKAREV/CGI-Test-1.111 - 03 Feb 2016 05:26:43 UTC

CGI::Test::Form - Querying interface to CGI form widgets River stage one • 4 direct dependents • 8 total dependents

The "CGI::Test::Form" class provides an interface to the content of the CGI forms. Instances are automatically created by "CGI::Test" when it analyzes an HTML output from a GET/POST request and encounters such beasts. This class is really the basis o...

TOKAREV/CGI-Test-1.111 - 03 Feb 2016 05:26:43 UTC

CGI::Test::Input - Abstract representation of POST input River stage one • 4 direct dependents • 8 total dependents

The "CGI::Test::Input" class is deferred. It is an abstract representation of HTTP POST request input, as expected by the "POST" routine of "CGI::Test". Unless you wish to issue a "POST" request manually to provide carefully crafted input, you do not...

TOKAREV/CGI-Test-1.111 - 03 Feb 2016 05:26:43 UTC

Test::CGI::Untaint - Test CGI::Untaint Local Extraction Handlers River stage one • 5 direct dependents • 5 total dependents

The CGI::Untaint module can be extended with "Local Extraction Handlers" that can be used define new ways of untainting data. This module is designed to test these data extraction modules. It does this with the following methods: is_extractable Tests...

PROFERO/Test-CGI-Untaint-1.10 - 15 Oct 2003 16:29:43 UTC

Test::CGI::Multipart - Test posting of multi-part form data River stage one • 1 direct dependent • 1 total dependent

It is quite difficult to write test code to capture the behaviour of CGI or similar objects handling forms that include a file upload. Such code needs to harvest the parameters, build file content in MIME format, set the environment variables accordi...

SILASMONK/Test-CGI-Multipart-v0.0.3 - 13 Sep 2010 17:32:30 UTC

CGI::Test::Page::Real - Abstract representation of a real page River stage one • 4 direct dependents • 8 total dependents

This class is the representation of a real page, i.e. something physically returned by the server and which is not an error....

TOKAREV/CGI-Test-1.111 - 03 Feb 2016 05:26:43 UTC

CGI::Test::Page::HTML - A HTML page reply River stage one • 4 direct dependents • 8 total dependents

This class represents an HTTP reply containing "text/html" data. When testing CGI scripts, this is usually what one gets back....

TOKAREV/CGI-Test-1.111 - 03 Feb 2016 05:26:43 UTC

CGI::Test::Page::Text - A text page reply River stage one • 4 direct dependents • 8 total dependents

This class represents an HTTP reply containing "text/plain" data. Its interface is the same as the one described in CGI::Test::Page::Real....

TOKAREV/CGI-Test-1.111 - 03 Feb 2016 05:26:43 UTC

CGI::Test::Input::URL - POST input encoded as application/x-www-form-urlencoded River stage one • 4 direct dependents • 8 total dependents

This class represents the input for HTTP POST requests, encoded as "application/x-www-form-urlencoded". Please see CGI::Test::Input for interface details....

TOKAREV/CGI-Test-1.111 - 03 Feb 2016 05:26:43 UTC

CGI::Test::Page::Other - A real page, but neither text nor HTML River stage one • 4 direct dependents • 8 total dependents

This class represents an HTTP reply containing neither "text/hmtl" nor "text/plain" data. Its interface is the same as the one described in CGI::Test::Page::Real....

TOKAREV/CGI-Test-1.111 - 03 Feb 2016 05:26:43 UTC

CGI::FormBuilder::Test - Test harness for FormBuilder River stage two • 11 direct dependents • 16 total dependents

BIGPRESH/CGI-FormBuilder-3.10 - 16 Aug 2016 23:59:06 UTC

CGI::Test::Form::Group - Records groups of box-type widgets River stage one • 4 direct dependents • 8 total dependents

This class is a container for box-type widgets, i.e. radio buttons and checkboxes, which may be groupped by name. It can be queried to easily retrieve widgets belonging to a group, or to get all the group names. It is also used internally by "CGI::Te...

TOKAREV/CGI-Test-1.111 - 03 Feb 2016 05:26:43 UTC

CGI::Test::Page::Error - An HTTP error page River stage one • 4 direct dependents • 8 total dependents

This class represents an HTTP error page. Its interface is the same as the one described in CGI::Test::Page....

TOKAREV/CGI-Test-1.111 - 03 Feb 2016 05:26:43 UTC

CGI::Test::Form::Widget - Ancestor of all form widget classes River stage one • 4 direct dependents • 8 total dependents

The "CGI::Test::Form::Widget" class is deferred. It is an abstract representation of a <FORM> widget, i.e. a graphical control element like a popup menu or a submit button. Here is an outline of the class hierarchy tree, with the leading "CGI::Test::...

TOKAREV/CGI-Test-1.111 - 03 Feb 2016 05:26:43 UTC

CGI::Test::Input::Custom - send custom data to CGIs for testing River stage zero No dependents

This module allows to send custom data to CGIs on POST requests when using the CGI::Test framework. API These are the methods available: CGI::Test::Input::Custom->new(%args) creates a new input object. The accepted arguments are as follows: -mime_typ...

SALVA/CGI-Test-Input-Custom-0.03 - 12 Nov 2008 10:58:01 UTC

Test::WWW::Mechanize::CGI - Test CGI applications with Test::WWW::Mechanize River stage one • 3 direct dependents • 6 total dependents

Provides a convenient way of testing CGI applications without a external daemon....

MRAMBERG/Test-WWW-Mechanize-CGI-0.1 - 13 Nov 2005 20:57:22 UTC

CGI::Test::Input::Multipart - POST input encoded as multipart/form-data River stage one • 4 direct dependents • 8 total dependents

This class represents the input for HTTP POST requests, encoded as "multipart/form-data". Please see CGI::Test::Input for interface details....

TOKAREV/CGI-Test-1.111 - 03 Feb 2016 05:26:43 UTC

CGI::Session::Test::Default - Run a suite of tests for a given CGI::Session::Driver River stage two • 43 direct dependents • 56 total dependents

MARKSTOS/CGI-Session-4.48 - 11 Jul 2011 13:02:37 UTC

lib/Apache/ASP/CGI/Test.pm River stage one • 2 direct dependents • 2 total dependents

CHAMAS/Apache-ASP-2.63 - 15 Mar 2018 05:28:37 UTC
193 results (0.07 seconds)