The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

WWW::Webrobot::WebrobotLoad - Run testplans with multiple clients

SYNOPSIS

    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

DESCRIPTION

Runs multiple clients.

[missing documentation] Look into the sources webrobot-load.

METHODS

$wr = WWW::Webrobot::WebrobotLoad -> new( $cfg_name, $cmd_param );

Construct an object.

 $cfg_name
     Name of the config file
 $cmd_param
     ??? to be documented
($statistic, $histogram, $url_statistic, $http_errcode, $assert_ok) = run($testplan_name);

Run a test.

INPUT VARIABLES:

$testplan_name

Name of the testplan

OUTPUT VARIABLES:

$statistic

see WWW::Webrobot::Statistic

$histogram

see WWW::Webrobot::Histogram

$url_statistic
$http_errcode
$assert_ok

SEE ALSO

webrobot-load

webrobot

WWW::Webrobot::pod::Config

WWW::Webrobot::pod::Testplan