Hi Rolf, is verifyTitle sucessful or not? If it fails, the sleep step is never reached in the second example and therefore the behavior is normal.
Marc. -- Blog: http://mguillem.wordpress.com Rolf Koehl wrote: > Hi, I guess there is a bug (build 1632): > > This code is working as desired: > => 10 times: echo -> wait 1 seoncd -> verify > > <retry maxcount="10"> > <echo message="retry1 #{count}"/> > <sleep seconds="1"/> > <verifyTitle text="xyz"/> > </retry> > > But this code is not working as I assumed: > => 10 times: echo -> BUT: not waiting 1 second, instead running fast > through the loop. > > <retry maxcount="10"> > <echo message="retry1 #{count}"/> > <verifyTitle text="xyz"/> > <sleep seconds="1"/> > </retry> > > Regards > Rolf > _______________________________________________ > WebTest mailing list > [email protected] > http://lists.canoo.com/mailman/listinfo/webtest > _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

