The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

webrobot-load - run a testplan in multiple client mode

SYNOPSIS

 webrobot-load cfg=example/cfg.prop testplan=example/testplan.xml

DESCRIPTION

This command runs multiple clients. Each client runs a testplan. The results will be printed on STDOUT and the file WEBROBOT_OUT.

This command takes two parameters, both are mandatory:

--help

Display this help.

--version

Print the version number. It is taken from WWW::Webrobot.pm

--cfg config_filename

This is the configuration file, see WWW::Webrobot::pod::Config.

--testplan testplan_filename

This is the testplan to run, see WWW::Webrobot::pod::Testplan.

--define property=value

Define some property/value pairs. This overwrites properties defined in the config file.

NOTE: Although it may seem that webrobot-load is a superset of webrobot this is not true. Use webrobot for single client tests.

LIMITATION: This script will work on unixoid systems only. It uses the magic open($HANDLE, "-|") in "Forker" in WWW::Webrobot which uses fork.

SEE ALSO

webrobot