FW: Unit Testing

2003-04-02 Thread McRobb, John
There are many test tools to stuff: struts Test Cactus HttpUnit but none of them seem to do what I want. I want to set up a test to load the request with data to test that my page renders ok, just now I am using a scriptlet in the jsp. Is there any way I can move this out to a class

Re: FW: Unit Testing

2003-04-02 Thread James Mitchell
On Wed, 2003-04-02 at 04:41, McRobb, John wrote: There are many test tools to stuff: struts Test Cactus HttpUnit but none of them seem to do what I want. I want to set up a test to load the request with data to test that my page renders ok, just now I am using a scriptlet in