On Mon 19 Jan 2004 19:10, Gabor Szabo <[EMAIL PROTECTED]> wrote:
> 
> If this is OT, please point me to some better place to find an answer.
> 
> I am looking for a way to functional and load test a web site.

POE + WWW::Mechanize

> On the functional level:
> Basic things can be achieved by WWW::Mechanize but I don't know yet how
> to deal with Javascript in the response page.
> 
> On the load test:
> Once I created functional scripts like :
> 1) access the home page
> 2) access the home page, search for xyz, click on the first link
> 3) like 2) + do a few other searches and then proceed to the
>    check-out page and enter an order.
> 
> 
> I'd like to be able to run within a short period of time[1]
> 80 users doing 1)
> 15 users doing 2)
> 5 users doing 3)

This is what POE is for. Do several things (semi) parallel

> then of course I'd like to see all kinds of reports about success
> and failor.
> 
> 
> [1] Which will have to mean these accesses overlap and at some
> point I'd like to know how many such visits can I serve in a minute.

-- 
H.Merijn Brand        Amsterdam Perl Mongers (http://amsterdam.pm.org/)
using perl-5.6.1, 5.8.0, & 5.9.x, and 806 on  HP-UX 10.20 & 11.00, 11i,
   AIX 4.3, SuSE 8.2, and Win2k.           http://www.cmve.net/~merijn/
http://archives.develooper.com/[EMAIL PROTECTED]/   [EMAIL PROTECTED]
send smoke reports to: [EMAIL PROTECTED], QA: http://qa.perl.org

Reply via email to