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

NAME

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

DESCRIPTION

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

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

NOTE

  • All urls will be requested via HTTP and must succeed!

  • The data part of HTTP POSTs will be encoded according CGI.

  • Assertions won't be printed, they are lost (as most other parameters)

METHODS

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

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

Constructor