Mobile app version of vmapp.org
Login or Join
Deb1703797

: Testing random pages for uptime (part of an SLA) We have outsourced hosting of a large website. We have an SLA for response times of random pages. I.e. every minute a random page will be

@Deb1703797

Posted in: #LoadTime #Performance #Tools

We have outsourced hosting of a large website.

We have an SLA for response times of random pages. I.e. every minute a random page will be chosen from a pool of 30,000 pages and its response time recorded.

I know about Monitis, Pingdom, etc., but to my knowledge none of these services allow for the selection of random pages.

Any ideas? Thanks.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Deb1703797

1 Comments

Sorted by latest first Latest Oldest Best

 

@Goswami781

Selenium is a good tool for automated testing. You'll need to give it a list of random pages. You could construct this by putting a list of all 30,000 pages into an Excel spreadsheet, add another column containing the formulua =RAND() and then sorting by that column.

To measure response times you could use the Selenium timer extension.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme