>>>>> On Fri, 28 Feb 2003 18:31:02 -0500, Jieming Wang <Jie...@en...> said:
JW> Hello everyone,
JW> A few questions:
JW> -How do we compare wt with loadrunner ?
JW> -is it possible to use wt to do load testing ?
JW> Basically, there are 2 scenarios:
JW> 1) login once and access/hit the page in a loop (or repeated, see 10,000
JW> times);
JW> 2) from within one script, login multiple times concurrently and hit the
JW> resources;
HTTP-WebTest was written mainly with functional testing in mind. Its
testing loop probably has too high overheat to efficiently test static
content (when building HTTP response and anylizing HTTP request takes
more time than web server spends on serving the request you simply
cannot load the server; at least with single thread/process) but
testing of dynamic content should be possible. Paul Hamingson wrote me
once that his team was succesfully using HTTP-WebTest for load testing
and *cough* he promised to describe his experience when he will
have free time *cough*.
Ed was correct when he said that HTTP-WebTest neither have builtin
support for concurrent testing (i.e. running several requests
concurrently) not have builtin support for nice reporting and
statistical analysis. It can build on top of HTTP-WebTest using some
Perl modules but it takes some time.
--
Ilya Martynov, il...@ip...
CTO IPonWEB (UK) Ltd
Quality Perl Programming and Unix Support
UK managed @ offshore prices - http://www.iponweb.net
Personal website - http://martynov.org
|