For servlet unit testing, I've heard success from folks using HTTPUnit, though I have not used it myself. You can also set up JUnit using EasyMock for the HTTPServletRequest and HTTPServletResponse objects.
On Sat, Dec 26, 2009 at 2:32 AM, John Adams <[email protected]> wrote: > Hi > > Is it possible to get a unit testing environment in Eclipse so that I > can make a http connection to the servlet (running locally), send and > receive data via POST and get logging output from both the test and > the servlet? > > -- > > You received this message because you are subscribed to the Google Groups > "Google App Engine for Java" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine-java%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > > > -- Ikai Lan Developer Programs Engineer, Google App Engine -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
