I'm using the latest version of JWebUnit with Java 1.5 on Mac OS 10.5.6. I have written a bunch of JWebUnit tests, and I want to run one test in which some session properties on the server side change. I would prefer a programmatic way to do this as opposed to having to stop my tests, change something on the server side, re-start my test, change things back, and then continue.
Does anyone have any guidance here? My web/app container is Resin 3.0.19 if that's helpful.