NAME
HTTP::WebTest::Plugin::TextMatchTest - Response body checks
SYNOPSIS
Not Applicable
DESCRIPTION
This plugin provides test parameters that allow to check response body. It supports regexps and literal string searches.
TEST PARAMETERS
ignore_case
Option to do case-insensitive string matching for text_forbid
, text_require
, regex_forbid
and regex_require
test parameters.
Allowed values
yes
, no
Default value
no
text_forbid
List of text strings that are forbidden to use exist in the returned page.
text_require
List of text strings that are required to use exist in the returned page.
regex_forbid
List of regular expressions that are URI forbidden to exist in the returned page.
regex_require
List of regular expressions that are URI required to exist in the returned page.
COPYRIGHT
Copyright (c) 2000-2001 Richard Anderson. All rights reserved.
Copyright (c) 2001,2002 Ilya Martynov. All rights reserved.
This module is free software. It may be used, redistributed and/or modified under the terms of the Perl Artistic License.