Hi Steven, I don't think that the "standard" Webtest setup is the best for tests written 100% in Groovy. I'm preparing a blog post on using WebTest in Groovy with Maven that may interest you. I'll post the link in this list when it's ready.
Cheers, Marc. -- Web: http://www.efficient-webtesting.com Blog: http://mguillem.wordpress.com Steven Mak wrote: > Dear all, > > I tried run webtest script to create project: (the webtest.xml obtained > from the package downloaded) > > webtest.sh -f ./webtest.xml wt.createProject > > So it created a new directory for my new project, with sample tests. > There are 3 XML tests and 2 groovy tests inside. > > The allTests.xml contacts the other 3 XML tests (googleWebTest, > googleWebTestSteps, and webTestConference). When I run the test, all the > tests are run. > > My query is, where do we specify which groovy tests to run? > (GoogleWebtestTest and the WebTestConferenceTest) or it run all the > groovy tests in the "tests" directory? > > Thank you, > Steven > > _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

