RE: url checker load average opensource s/w
am 21.07.2011 14:44:15 von Bob McConnellFrom: Agnello George
> i have a few web portals as my job profile to take care of and i
> have a request from my testing team for a s/w where i can 1) check
> all links within the website and the time taken for each link to load
> , 2) and if 500 to 1000 concurrent connections are spawned the average
> time for each link to load .
>=20
> Is there a opensource or paid s/w currently available to do this
..
>=20
> I had tried ab testing , but it doesnt actually load the page it jsut
> gives a 200 ok .
>=20
> Or is there some thing i can write in perl ( if perl could you suggest
> a possible module(s) )
There are some tools that work with Selenium
that will measure the load time. I have not used that feature
specifically, but have used Selenium along with Test::Harness to do
functional tests on web sites. There is also an older Perl driver for
Selenium 1.0 in CPAN. But I replaced that with the newer module from
their own package. Unfortunately, it appears there are no Perl
programmers still working on the Selenium project. There is a separate
group working on a Selenium 2.0 driver.
Some reference material:
Bob McConnell
Disclaimer: The OpenQA wiki page is a subset of one I wrote for my
employer's internal wiki.
--
To unsubscribe, e-mail: beginners-unsubscribe@perl.org
For additional commands, e-mail: beginners-help@perl.org
http://learn.perl.org/