[JWebUnit-users] How to create an testing environment with Jwebunit

2009-01-14 Thread Diogo Henriques
Hi, I've been exploring and creating some test cases in order to see the possibilities and benefits of this framework to integration tests. I've it already integrated with maven and jetty to run the tests before generate the war in a continuos integration environment, and so far everything is goin

[JWebUnit-users] Re : How to create an testing environment with Jwebunit

2009-01-14 Thread Julien HENRY
Hi Diogo, If you manage to run your JUnit tests on a testing DB you should be able to do the same to run your JWebUnit tests on the same DB. JWebUnit is a layer on top of JUnit, so I don't understand why you can't use the same mecanism? Is there something I didn't understand in your question?