|
NAMEHTTP::WebTest::Plugin::Delay - Pause before running test SYNOPSIS plugins = ( ::Delay )
test_name = Name
delay = 10
....
end_test
DESCRIPTIONThis plugin module lets you specify pauses before running specific tests in the test sequence. TEST PARAMETERSdelayDuration of pause (in seconds) before running test. Allowed values Any number greater that zero. COPYRIGHTCopyright (c) 2002-2003 Duncan Cameron. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. SEE ALSOHTTP::WebTest HTTP::WebTest::API HTTP::WebTest::Plugin HTTP::WebTest::Plugins
|