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

NAME

WWW::Webrobot::TestplanRunner - runs a testplan

SYNOPSIS

WWW::Webrobot::TestplanRunner -> new() -> run($test_plan, $cfg);

DESCRIPTION

This module configures Webrobot with $cfg, reads a testplan and executes this plan.

METHODS

$wr = WWW::Webrobot::TestplanRunner -> new();

Construct an object.

WWW::Webrobot::TestplanRunner -> run($testplan, $cfg);
$testplan

Read in the testplan (reference to list).

$cfg

[optional] Read the configuration (reference to list).

$conn -> sym_tbl

Get the symbol table, see WWW::Webrobot::SymbolTable. Symbols are defined within a config file or within a test plan.

SEE ALSO

WWW::Webrobot

is a frontend for this class