File: control

package info (click to toggle)
libcgi-test-perl 1.111-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 384 kB
  • sloc: perl: 2,572; sh: 96; makefile: 2
file content (42 lines) | stat: -rw-r--r-- 1,753 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Source: libcgi-test-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Axel Beckert <abe@debian.org>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libcgi-pm-perl,
                     libhtml-tree-perl,
                     libhttp-message-perl,
                     liburi-perl,
                     perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcgi-test-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libcgi-test-perl.git
Homepage: https://metacpan.org/release/CGI-Test
Testsuite: autopkgtest-pkg-perl

Package: libcgi-test-perl
Architecture: all
Depends: libcgi-pm-perl,
         libhtml-tree-perl,
         libhttp-message-perl,
         liburi-perl,
         ${misc:Depends},
         ${perl:Depends}
Description: 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.