#!/usr/bin/perl -w use strict; use HTTP::WebTest; my $url = shift; my $wt = HTTP::WebTest->new; # runs test and generates test report $wt->run_tests([ { url => $url } ]);
Note that you still have to install Crypt::SSL to get 'https' to work.
--
Ilya Martynov
(http://martynov.org/)
In reply to Re: Test Availability of HTTPS Web Application?
by IlyaM
in thread Test Availability of HTTPS Web Application?
by Beau Landeaux
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |