Hi Felipe, I'm also starting with Webtest, based on Marc's blog post. It seems I've been luckier than you in getting it running. What's wrong with the groovy example? Have a look on the post http://old.nabble.com/Maven-configuration-to-run-Webtest-3.0-groovy-test-integration-test-td26385482.html
It may help you. If you want to go the Ant way, you can try to validate your file with <!DOCTYPE project SYSTEM "http://ant.apache.org/ant.dtd"> Never used it though... In either case, you gonna have to learn groovy or ant script, that's independent from Webtest as they rely on existing language to define tests. That said, right, the documentation is arguably scarce. felipe.silva wrote: > > Where can I download a XSD Schema or a spec of the configuration file of > the webtest ? > > The below webtest.xml works here, but full of gaps and missed artifacts.. > So I need to read some docs about how to proper configure the project: > > * also: that groovy example didn't run here.. Missed libraries and other > problems.. If there is an updated example using the maven plugin or even > the old ant tasks, please let me know ... > > > <project name="Canoo Webtest Sample" basedir="." default="all"> > > <taskdef resource="webtestTaskdefs.properties" /> > > <target name="all"> > <testSpec name="GreenTest"> > <config protocol="file" basepath="${basedir}" > saveresponse="true" > resultpath="D:\Data\Rad\t384697\myWebTestApp\target\webtest\webtest-results" > /> > <invoke description="get PDF document" > url="PageEmbedderTest.pdf" /> > <pdfVerifyPageCount count="23" /> > </testSpec> > </target> > </project> > > > -- View this message in context: http://old.nabble.com/Xsd-or-spec-of-the-configuration-file-tp26386035p26401609.html Sent from the WebTest mailing list archive at Nabble.com. _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

