> -----Original Message----- > From: news [mailto:[EMAIL PROTECTED]] On Behalf Of Leos Literak > Sent: 14 December 2002 18:20 > To: [EMAIL PROTECTED] > Subject: Re: how to test jsp? > > > From what you have described you are looking for a functional test > environment, not a unit test environment. HTTPUnit might be more in line > with your requirements. Cactus is designed to test the components of a > web application -- mostly servlets, filters, tags. If you are just > wanting to test that a JSP gets executed/built properly, use HTTPUnit. > > thanks for hint. I am not 100% sure, I am going right way. > The stuff from JSP could be moved to ServletTestCase, but > I would lose possibility to open test in browser, as I can > now with JSP.
No :-) Have a look at http://jakarta.apache.org//cactus/howto_runner.html (section on running cactus tests in a browser). [snip] -Vincent -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
