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
--
punkt.de GmbH TYPO3-Internet-Dienstleistungen-Beratung
Vorholzstr. 25 Tel.: 0721 9109-0 Fax: -100
76137 Karlsruhe [EMAIL PROTECTED] http://punkt.de/
There are 10 types of people in the world -
those that understand binary and those that don't.
_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest