>>>>> "Mohan" == Mohan kumar Gowri sankar <[EMAIL PROTECTED]> writes:
Mohan> Hi,
Mohan> Is there any JSP testing tool out there in market?.
There are several open-source tools that you could combine to build unit tests
for JSP code.
The combination of Tomcat, JUnit, Cactus, HTTPUnit, JTidy, and Xalan should
give you everything you need. Using Tomcat, Junit, Cactus, and HTTPUnit, you
can get JSP output in unit tests, and JTidy (used under the covers by HTTPUnit)
and Xalan will allow you to validate that output.
For a simple (maybe) example of how some of these are put together, look at the
source distribution of the Struts package, and how the unit tests are
constructed. They don't have good examples of using HTTPUnit, JTidy, and
Xalan, but this will get you further down that road.
--
===================================================================
David M. Karr ; Java/J2EE/XML/Unix/C++
[EMAIL PROTECTED]
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:
http://archives.java.sun.com/jsp-interest.html
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.jsp
http://www.jguru.com/faq/index.jsp
http://www.jspinsider.com