libcgi-test-perl 1.110-1 source package in Ubuntu

Changelog

libcgi-test-perl (1.110-1) unstable; urgency=low

  * Initial release. (Closes: #810653)

 -- Axel Beckert <email address hidden>  Mon, 11 Jan 2016 02:04:52 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcgi-test-perl_1.110-1.dsc 2.1 KiB 7acdfe60f4d96f74d0763e0eef3aa9e69a57c70bb67f93adff7de75c5c171384
libcgi-test-perl_1.110.orig.tar.gz 50.3 KiB 0d61a4d508d7c4c4fe0bd1f1e11fb495d08fd3e4a3c33e39492346869efec4a0
libcgi-test-perl_1.110-1.debian.tar.xz 1.9 KiB 97e3749b2210c25a1b3e6844b00db589d646fe4c0f0944f6864a38fe8b824d07

No changes file available.

Binary packages built by this source

libcgi-test-perl: CGI regression test framework

 The CGI::Test framework is an answer to the CGI testing problem.
 .
 It is very difficult to perform testing of complex CGI scripts, which
 handle multiple states and screens, and where a session involves
 multiple interactions with the form. The offline testing mode of the
 CGI perl module reaches its limit there.
 .
 Hence CGI::Test, which acts as a "server" for CGI scripts and can run
 them offline, outside of any real web server. The framework offers
 the infrastructure to analyze the data generated by CGI scripts, extract
 the various widget information, and gives programmatic control on them.
 .
 The framework can be used to easily "test" that the various expected
 widget controls are there, without necessarily interacting with the
 widgets. You also have access to the raw HTML tree if you wish to
 further inspect the generation.