load test / stress test web services [closed]

2019-01-13 00:31发布

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.

6条回答
ら.Afraid
2楼-- · 2019-01-13 00:35

I actually like Pylot

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

查看更多
Anthone
3楼-- · 2019-01-13 00:37

Here are some common load testing tools:

查看更多
beautiful°
4楼-- · 2019-01-13 00:38

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.

查看更多
祖国的老花朵
5楼-- · 2019-01-13 00:40

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

查看更多
闹够了就滚
6楼-- · 2019-01-13 00:45

I've used WebLOAD before for webservice testing

查看更多
神经病院院长
7楼-- · 2019-01-13 00:59

You should definitly take a look a SoapUI.

查看更多
登录 后发表回答