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.
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) 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. Gabor