Hi Schütz Tomi,

Schütz Tomi (KSFC 421) wrote:
Hi
Could you be a little bit more specific? Please check the manual:
- http://webtest.canoo.com/webtest/manual/WebTestHome.html
- http://webtest.canoo.com/webtest/manual/manualOverview.html
- http://webtest.canoo.com/webtest/manual/samples.html
Regards,
Tomi
[...]

We do use simple sql-tasks for example:

<target name="assignRoles">
  <sql driver="${jdbc.driver.class}"
        classpath="${jdbc.driver.classpath}" url="${db.url}"
        userid="${db.user}" password="${db.password}"
        src="./db_scripts/assign_user_to_roles.sql" />
</target>

or alternatively we do call a dbunit task.
So what are you looking for - what is your task?

--
Mit freundlichen Grüßen

Michael Habbert

_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest

Reply via email to