WWW::Webrobot::Print::MakeTestplan - print a line based testplan


webrobot documentation  | view source Contained in the webrobot distribution.

Index


NAME

Top

WWW::Webrobot::Print::MakeTestplan - print a line based testplan

DESCRIPTION

Top

This module prints all urls in a format compatible to webrobot-gen-plan. It is usefull when you use a recursive request such as WWW::Webrobot::Recur::LinkChecker or WWW::Webrobot::Recur::Browser and want to convert it to a nonrecursive test naming all urls explicitly.

This module can be used to convert an (nonrecursive) XML testplan to a line based testplan, though some information will usually be lost.

SYNOPSIS

Top

 # In cfg0.prop set
 #     output=WWW::Webrobot::Print::MakeTestplan
 webrobot cfg=cfg0.prop testplan=testplan0.xml | webrobot-gen-plan

NOTE

Top

METHODS

Top

See WWW::Webrobot::pod::OutputListeners.

WWW::Webrobot::Print::MakeTestplan -> new ();

Constructor


webrobot documentation  | view source Contained in the webrobot distribution.