load test / stress test web services [closed]

久未见 提交于 2019-11-26 18:59:38

问题


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.


回答1:


Here are some common load testing tools:

  • HTTP_Load
  • Apache JMeter
  • Grinder
  • HTTPperf
  • AB



回答2:


You should definitly take a look a SoapUI.




回答3:


I actually like Pylot

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




回答4:


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:


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:


I've used WebLOAD before for webservice testing



来源:https://stackoverflow.com/questions/351938/load-test-stress-test-web-services

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!