Thank you very much for the answers..
My current webtest.xml:
<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>
1) If I remove the resultPath, it says:
Embedded error: Generating the Canoo WebTest report failed
Source 'D:\Data\Rad\t384697\myWebTestApp\target\webtest\webtest-results' does
not exist
2) if I remove the saveresponse="true", it fails to create the target folder...
* It is my first day in life trying canno webtest, tomorrow will be my second
.. And tomorrow I want a green bar here.. :)
Thanks a lot for the support ..
_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest