Trent Ohannessian wrote:
Are there any looping structures to do a task multiple times? Or are there any in the works for a future release?
Yes, see the repeat (probably what you want) and retry steps: http://webtest.canoo.com/webtest/manual/repeat.html http://webtest.canoo.com/webtest/manual/retry.html Alternatively you can use scripting (see groovy and scriptStep steps). Another option is to use ant-contrib's forEach or for tasks: http://ant-contrib.sourceforge.net/tasks/tasks/index.html Cheers, Paul. _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

