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 <jhnj...@gmail.com> 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
> google-appengine-j...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com<google-appengine-java%2bunsubscr...@googlegroups.com>
> .
> 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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.


Reply via email to