Hugo Salgado Hernández > HTTP-WebTest-Plugin-Sticky-0.01 > HTTP::WebTest::Plugin::Sticky

Download:
HTTP-WebTest-Plugin-Sticky-0.01.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.01   Source   Latest Release: HTTP-WebTest-Plugin-Sticky-0.02

NAME ^

HTTP::WebTest::Plugin::Sticky - Propagate hidden and text form fields

VERSION ^

Version 0.01

SYNOPSIS ^

    plugins = ( ::Sticky )

    test_name = Some test
        sticky = yes
        click_button = Next
        params = (
                name => 'This is a new text field'
        )
    end_test

DESCRIPTION ^

This plugin for the HTTP::WebTest module let you post a form that includes all the inputs from the page, including hidden ones.

Also you can add new inputs using the "params" hash.

TEST PARAMETERS ^

sticky

Allow/disallows the fields propagation. Values allowed: yes / no.

AUTHOR ^

Hugo Salgado H., <huguei at cpan.org>

BUGS ^

Please report any bugs or feature requests to bug-http-webtest-plugin-sticky at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=HTTP-WebTest-Plugin-Sticky. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT ^

You can find documentation for this module with the perldoc command.

    perldoc HTTP::WebTest::Plugin::Sticky

You can also look for general information at:

    perldoc HTTP::WebTest

ACKNOWLEDGEMENTS ^

The code was based in a lost posting on the webtest mailing list. Thanks to whoever was responsible for that.

COPYRIGHT & LICENSE ^

Copyright 2006 Hugo Salgado H., all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO ^

HTTP::WebTest

HTTP::WebTest::API

HTTP::WebTest::Plugin