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>