Hi there,
I'm new to WebTest and followed this tutorial. So I created these three files:
- tests/SimpleTest.xml
- tests/allTests.xml
You can take a look at their content by following each link in order to understand what's happening.
When I run this by executing "webtest -buildfile SimpleTest.xml" I get this error:
BUILD FAILED
Target "wt.full" does not exist in the project "SimpleTest".
Target "wt.full" does not exist in the project "SimpleTest".
Total time: 0 seconds
So what's up with the target? I haven't found anything on this by googleing.
Thanks!
Greetings
Andreas

