RE: PLAIN SIMPLE JSP TESTING
Kenney Westerhof <[email protected]>
| Newsgroups | gmane.comp.jakarta.cactus.user |
|---|---|
| Message-ID | <[email protected]> |
On Sun, 14 May 2006, Vincent Massol wrote: > > Cactus is meant to execute JUnit tests in a J2EE container. > > JSP Pages are not unit tests. > > True although Cactus can also perform tests of JSP because it has the > ability to change the server-side objects used by the JSPs. See > http://jakarta.apache.org/cactus/writing/howto_jsp.html. Indeed - my reply was a bit too short and gave the wrong impression. I apologize. Lucky for me I wasn't entirely wrong - you still need to write a unit test to test a JSP page :) [snip] -- Kenney