I am new to Cactus, JUnit, and StrutsTestCase. In fact, this is the first time I've attempted to perform any structured testing. I've successfully written some Struts test cases.
My question is basically one of design. I am trying to test a server side object that is neither a Servlet, JSP, or EJB. It contains no Struts code. It just contains an algorithm for building an HTML menu. My first guess is that JUnit should be used. Would anyone agree with this? Also, in the application I am testing Session IDs need to be passed between pages. Is there a best practice for storing this in my testing package for reuse among the different test cases? Thanks, Brian Ivey --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]