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-2003 Ilya Martynov. All rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.