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

NAME

wt - test one or more web pages

SYNOPSIS

wt [options] [WTSCRIPT ...]

 Options:
   -?, --help        brief help message
       --man         full documentation
   -V, --version     version number

OPTIONS

-?
--help

Print a brief help message and exits.

--man

Prints the manual page and exits.

-V
--version

Prints version number of HTTP::WebTest and exits.

DESCRIPTION

This program runs tests using Perl module HTTP::WebTest on web pages containing Perl/JSP/HTML/JavaScript/etc. and generates a detailed test report.

This program expects given input file(s) to be in format of wtscript file. If no files are given then it expects test specification to be passed via standard input.

See docs mentioned in section SEE ALSO for full documentation.

EXIT STATUS

  • All tests ran successfully.

  • 1

    One or more tests failed, there was an error in the input parameter file, or there was a system runtime error.

COPYRIGHT

Copyright (c) 2000-2001 Richard Anderson. All rights reserved.

Copyright (c) 2001,2002 Ilya Martynov. All rights reserved.

This module is free software. It may be used, redistributed and/or modified under the terms of the Perl Artistic License.

SEE ALSO

HTTP::WebTest

HTTP::WebTest::Cookbook