Hi,

Just statrting with webtest. I added the verifyLinks step before a
clickButton step. This causes unpredictable behavior because it looks
like (from the ant output) that the page under test is changed for the
verifyLinks step. The verifyLinks step succeeds. But the clickButton
test fails saying there is no button to click (because it is looking at
the last page from verifyLinks). If I remove the verifyLinks the test
succeeds. And, sometimes the test succeeds with verifyLinks.

(didn't see (much of) anything in the issue tracker)

The steps look like:

<verifyLinks description="Check Links" depth="0"
ignoreForeignJSErrors="true"/>
<clickButton htmlId="nextbt"/>

I originally tried the verifyLinks with only the @description given
depth defaults to zero. I put it in anyway just to check.

best,
-Rob

_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest

Reply via email to