3 messages in com.canoo.lists.webtest[Webtest] How to verify existence of ...
FromSent OnAttachments
John Sisk31 Aug 2002 10:03 
Dierk Koenig02 Sep 2002 01:53 
John Sisk02 Sep 2002 10:08 
Subject:[Webtest] How to verify existence of a submit button?
From:John Sisk (jo@siskweb.com)
Date:08/31/2002 10:03:31 AM
List:com.canoo.lists.webtest

Hi there,

I'm trying to verify the existence of a submit button on a page and I'm getting the following failure... Failure: Test "myTest" failed at step "Checks for the existence of a SUBMIT button" with message "No element of type "submit" found!

<clickbutton> works though.

I'm using this in my buildfile:

<verifyelement stepid="Checks for the existence of a SUBMIT button" type="submit" text="test" />

and this in my page: <input type="submit" name="test" value="test">