SWEC は、動的な Web サイトのテストを自動化するプログラムです。リンクは、検索の各 HTML ファイルを解析し、これらのリンクは、指定したサイト内では、同様にそのページがチェックされます。解析、リンクを検索するだけでなくそれはまた探している既知のエラー ページを解析し、それらを報告します。(戻ったり 404、500、または類似した) で、ページを読み取ることができないかどうかに報告されます。
タグ:
Major feature enhancements, Code cleanup, Minor bugfixes
A new version of the test definition format (SDFv2) is now used, which improves both speed and flexibility of error checks. The old format is deprecated, but will continue to be supported until SWEC 0.6. Seed/baseurl parsing was made smarter. The --checksub parameter was added, which makes SWEC descend into subdomains. Various bugfixes, code cleanups, and minor changes were made.
場合は、テストが失敗したSWECすぐにゼロを返します。 HTMLに依存::LinkExtractor(現在はオプションです)削除されました。 user - agentの文字列と最終的な要約がクリーンアップされた。 - noheadオプションは、SWEC HEADリクエストの実行をスキップしてGETをまっすぐに指示されました。 - keepgoingオプションは、たとえエラーが含まれているURLのドキュメントを解析するSWECに指示されました。他のさまざまなバグフィックスとマイナーな機能強化が行われた。
タグ:
Major feature enhancements, Bug fixes
SWEC now returns nonzero if a test fails. The dependency on HTML::LinkExtractor was removed (it is now optional). The user-agent string and the final summary were cleaned up. The --nohead option was added, which tells SWEC to skip performing HEAD requests and go straight to GET. The --keepgoing option was added, which tells SWEC to parse a document for URLs even if it contained errors. Various other bugfixes and minor enhancements were made.
Minor fixes and enhancements to various tests. Now retries if the server resets the connection before the test is done. Some of the output is easier to read. This release adds --lwphead and --lwpget, which are equivalent to the LWP HEAD and GET commands but with added support for cookies.
Many new tests were added. Internal error codes
are generated for HTTP errors so that you may
exclude those tests. Better assumptions are made
when you only supply a single URL on the
commandline. Binary files are now skipped based
upon their returned HTTP content type, and not
just their extension. A HEAD request is now
performed before doing the GET request, so that
skipped files are not downloaded needlessly. URL
seeds will now be checked in the order they appear
on the commandline.