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

Reply via email to