Hi,
I'm brand new to webtest, using webtest.bat from 08/28/2007.
For me, clickButton is yielding a message "No button found".
Below are the offending line, and the resultant error from the
webtestresults.html file.
I have searched the archives and done quite a bit of looking, but so far have
been unable to identify a solution for this (perhaps it's because I'm so new to
this).
I would welcome any advice anyone may provide:
Thanks Much,
David Klima::
FROM MY LOGIN.XML FILE:
<clickButton description="Click on the Submit button to login" name="Submit"
label="Submit"/>
END: FROM MY LOGIN.XML FILE:
---------------------------------------------------------------------
FROM THE WEBTESTRESULTS.HTML FILE:
<failure filename="C:\WEBTEST_HOME\TESTBED\tests\login.xml" line="26"
message="No button found">
<detail name="available buttons"><![CDATA[In current form:
[HtmlImageInput[<input onmouseout="imgOut(12);" alt="Submit" name="submit"
src="https://eaiweb.ed.gov/pics/loginfiles/submit_button.gif" type="image"
onmouseover="imgIn(12);">]]]]></detail>
</failure>
END: FROM THE WEBTESTRESULTS.HTML FILE: