NAME 名前¶
wt - test one or more web pages
wt - 1つもしくは複数のウェブページのテスト
概要¶
wt [options] [WTSCRIPT ...]
Options:
-?, --help brief help message
--man full documentation
-V, --version version number
オプション:
-?, --help 簡単なヘルプメッセージ
--man 完全なドキュメント
-V, --version バージョン番号
オプション¶
- -?
- --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.
HTTP::WebTest のバージョン番号を表示して終了します.
説明¶
This program runs tests using Perl module HTTP::WebTest on web pages containing Perl/JSP/HTML/JavaScript/etc. and generates a detailed test report.
このプログラムは Perl/JSP/HTML/JavaScript/等を含むウェブページで Perl モジュール HTTP::WebTest を使ったテストを 実行し, 詳細なレポートを生成します.
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.
このプログラムは wtscript ファイルを入力ファイルとして受け付けます. ファイルが与えられなかったときには標準入力から与えられるものとして 動作します.
See docs mentioned in section SEE ALSO for full documentation.
完全なドキュメントは, SEE ALSO セクションに あげられているものを参照してください.
終了ステータス¶
-
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.
1つもしくは複数のテストが失敗しました. 入力パラメータファイルにエラーもしくはシステム実行時の エラーがありました.
コピーライト¶
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.
このプログラムはフリーソフトウェアです. このプログラムは Perl 自身と同じ条件下で再配布・改変可能です.