Path: csiph.com!usenet.pasdenom.info!gegeweb.org!eternal-september.org!feeder.eternal-september.org!mx05.eternal-september.org!.POSTED!not-for-mail From: Jim Janney Newsgroups: comp.lang.java.programmer Subject: Re: Regression testing for HTTP server Date: Fri, 17 May 2013 09:25:29 -0600 Organization: phosphorescent sheep Lines: 23 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: mx05.eternal-september.org; posting-host="c75a2e3068ccf6c98395286f3e40b97d"; logging-data="27524"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18cAL4jrqRjZRlScDCZfcpE" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) Cancel-Lock: sha1:cCBVst+xMKE+IYxRQnLuBZWs9Hc= sha1:ZxYBIWewmwuZpxYxxpg/Npgaikk= Xref: csiph.com comp.lang.java.programmer:24108 markspace writes: > On 5/16/2013 1:30 PM, Jim Janney wrote: >> I've been asked to work on a project that includes a small HTTP server >> written with Java Server Pages. The original author is gone, the server >> hasn't worked for a couple of years, and naturally there are no tests or >> documentation. I'd like to write something to put it through its paces, >> assuming I can figure out what those are. >> >> A quick Google search took me to HttpUnit, but I notice that it hasn't >> been updated since 2008. Is there anything else I should look at? >> > > > A Google search for "java http testing" turned up this page, plus > several more prospects which looked good too: > > Lots of choices. Thanks. -- Jim Janney