HTTP::WebTest::Plugin::ContentSizeTest - Response body size checks


HTTP-WebTest documentation  | view source Contained in the HTTP-WebTest distribution.

Index


NAME

Top

HTTP::WebTest::Plugin::ContentSizeTest - Response body size checks

SYNOPSIS

Top

Not Applicable

DESCRIPTION

Top

This plugin tests the size the HTTP response content.

TEST PARAMETERS

Top

min_bytes

Minimum number of bytes expected in returned page.

Allowed values

Any integer less than max_bytes (if max_bytes is specified).

max_bytes

Maximum number of bytes expected in returned page.

Allowed values

Any integer greater that zero and greater than min_bytes (if min_bytes is specified).

COPYRIGHT

Top

SEE ALSO

Top

HTTP::WebTest

HTTP::WebTest::API (HTTP::WebTest::API)

HTTP::WebTest::Plugin

HTTP::WebTest::Plugins (HTTP::WebTest::Plugins)


HTTP-WebTest documentation  | view source Contained in the HTTP-WebTest distribution.