Hi,
is your html valid?
Marc.
Juergen Egeling wrote:
Hi,
I just try to press a simple button with webtest, but I can't
get it to work. Webtest complains, that ich cannot find the button,
but as fas as I can see, the button is there, with the exact same
name.
Could someone enlighten me?
.-.-.-.-.-.-.-. cut here .-.-.-.--.-.
<project name="SimpleTest" basedir="." default="main">
<property name="webtest.home" location="/var/webtest" />
<import file="${webtest.home}/lib/taskdef.xml"/>
<target name="main">
<webtest name="Bauleistung Calculator">
<config
host="medienversicherung.gky02.punkt.de"
port="80"
protocol="http"
basepath="" />
<steps>
<invoke description="get Online calculator page"
url="79.html" />
<clickButton description="Abschicken"
name="Weiter" />
<verifyText description="We should see a Failure"
text="Fehler" />
</steps>
</webtest>
</target>
</project>
.-.-.-.-.-.-.-. cut here .-.-.-.--.-.
best
Juergen
_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest