| webrobot documentation | view source | Contained in the webrobot distribution. |
WWW::Webrobot::WebrobotLoad - Run testplans with multiple clients
my $wrl = WWW::Webrobot::WebrobotLoad->new($cfg_name, $cmd_param);
my ($statistic, $histogram, $url_statistic, $http_errcode, $assert_ok) =
$wrl -> run($testplan_name);
# for $cmd_param see bin/webrobot-load
Runs multiple clients.
[missing documentation] Look into the sources webrobot-load.
Construct an object.
$cfg_name
Name of the config file
$cmd_param
??? to be documented
Run a test.
INPUT VARIABLES:
Name of the testplan
OUTPUT VARIABLES:
webrobot-load
webrobot
WWW::Webrobot::pod::Config
WWW::Webrobot::pod::Testplan
| webrobot documentation | view source | Contained in the webrobot distribution. |