vote up 2 vote down star
5

Hi, Does anyone know of a good tool to test load and stress on webservices? I've been looking at Watir and Selenium, but there more web page centered.

Thanks in advance.

flag

6 Answers

vote up 4 vote down check

Here are some common load testing tools:

link|flag
vote up 2 vote down

I've used openSTA.

This uses a relatively simple script language.

You can easily test web services and write your own scripts.

It allows you to put scripts together in a test in any way you want and configure the number of iterations, the number of users in each iteration, the ramp up time to introduce each new user and the delay between each iteration. Tests can also be scheduled in the future.

It's open source and free.

It produces a number of reports which can be saved to a spreadsheet. We then use a pivot table to easily analyse and graph the results.

link|flag
vote up 1 vote down

I actually like Pylot

It's free, open source, and I've been able to use it for a number of projects.

link|flag
vote up 0 vote down

Try ab.

link|flag
vote up 0 vote down

You should definitly take a look a SoapUI.

link|flag
vote up 0 vote down

I don't think Selenium and Watir were actually designed for load testing. Maybe you should be looking at things like httperf and ab.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.