Re:Cactus test case

2008-02-07 Thread Raghunandan B
Hi, How do i write cactus test case to test this servlet import java.io.*; import javax.servlet.http.*; import javax.servlet.*; import java.net.*; import java.util.*; public class SampleServlet extends HttpServlet { public void doGet(HttpServletRequest request,

Re: Cactus test case

2008-02-07 Thread Petar Tahchiev
Hi Raghunandan , The Cactus project has a really good documentation. One point to start is the sample projects. Have a look at the sample projects, that come with the distribution, and once you run these sample projects, try to look in them what part of the HTTP layer is tested with Cactus -

Re: Cactus test case

2008-02-07 Thread jeya seelan
Hi Raghunandan , if you go through this site you will get answer for your question. http://www.onjava.com/pub/a/onjava/2004/09/22/test-struts.html Regards, Jeyaseelan.A Anadocs IT Solutions Pvt, Adyar, Chennai-20, Cell - 9962290394. - Original Message From: Raghunandan B [EMAIL