Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #24112

Re: Regression testing for HTTP server

Newsgroups comp.lang.java.programmer
Date 2013-05-17 11:17 -0700
References <ydna9nuy8el.fsf@shell.xmission.com> <7139da5e-1d5f-4d01-8307-1eb6625a82ff@googlegroups.com> <ydn61yhy6ht.fsf@shell.xmission.com>
Message-ID <5fb61d54-829f-4abd-9174-87d4c097f420@googlegroups.com> (permalink)
Subject Re: Regression testing for HTTP server
From Lew <lewbloch@gmail.com>

Show all headers | View raw


Jim Janney wrote:
> RVic writes:
>> Perhaps Selenium? If you want to test the strength of the site, Apache Bench.
> 
> Ideally I would prefer something that can run automatically as part of
> the build process -- not sure how to fit Selenium into that, but I will

Hudson or Jenkins. Generally speaking, continuous integration, or "CI".

Jenkins (Hudson) have plugins for all kinds of necessary or helpful things, 
like JUnit and TestNG. I've driven TestNG/Selenium tests from Hudson and it 
works very well.

> look into it.  I do need cookie support for sessions, and a browser may
> be the easiest way to get that.  Performance is not an issue here, just
> basic correctness.

-- 
Lew

Back to comp.lang.java.programmer | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Regression testing for HTTP server Jim Janney <jjanney@shell.xmission.com> - 2013-05-16 14:30 -0600
  Re: Regression testing for HTTP server RVic <rvince99@hotmail.com> - 2013-05-16 16:30 -0700
    Re: Regression testing for HTTP server Jim Janney <jjanney@shell.xmission.com> - 2013-05-17 09:24 -0600
      Re: Regression testing for HTTP server Lew <lewbloch@gmail.com> - 2013-05-17 11:17 -0700
  Re: Regression testing for HTTP server markspace <markspace@nospam.nospam> - 2013-05-16 16:57 -0700
    Re: Regression testing for HTTP server Jim Janney <jjanney@shell.xmission.com> - 2013-05-17 09:25 -0600

csiph-web