2 messages in com.canoo.lists.webtestRe: [Webtest] step located after fail...
FromSent OnAttachments
Andrew Sickorsky10 Oct 2007 07:46 
Paul King10 Oct 2007 14:05 
Subject:Re: [Webtest] step located after failing step in <retry> doesnt' run
From:Paul King (pau@asert.com.au)
Date:10/10/2007 02:05:43 PM
List:com.canoo.lists.webtest

Andrew Sickorsky wrote:

Hello all! For some reason this: <retry maxcount="20" description="Find just created user in a user list"> <verifyText text="${user.name}"/> <clickLink label="Next page"/> </retry> never performs the step <clicklink> if <verifyText> fails. Is this a correct behavior?

Thanks in advance Andrew

Yes, you probably want to swap the order around (might require a little change in your logic leading up to this). You often have <sleep> for 1 or more seconds inside the retry too - but likely not required here.

Cheers, Paul.