3 messages in com.canoo.lists.webtest[Webtest] Re: Resetting between test ...
FromSent OnAttachments
Brian O'Kelley05 May 2003 12:35 
Jeff Nielsen07 May 2003 03:32 
Healey, Thomas08 May 2003 05:29 
Subject:[Webtest] Re: Resetting between test runs
From:Brian O'Kelley (bri@poindextersystems.com)
Date:05/05/2003 12:35:38 PM
List:com.canoo.lists.webtest

In partial answer to my own question - here's what I did:

I created a new action on my web application (I'm using struts, so I probably should say Action) that does the database resetting that I need.

I call this before and after the critical tasks. This mitigates the need to call Java classes or access the database directly.

Now - how can I get catch/finally behavior from this?

Brian