使用Postman REST/RESTFUL工具进行负载测试
我已将Postman插件添加到Chrome浏览器中,以对我的API进行负载测试.
I have added the plugin Postman to Chrome browser for load testing of my API.
但是我对如何使用Postman工具进行负载测试一无所知.
But I am clueless about how to do the load test with Postman tool.
我的查询是如何在此工具中模拟虚拟用户"?
My query is how to simulate "Virtual Users" in this tool?
我认为您无法使用Chrome扩展程序进行负载测试,请考虑使用更专业的工具,例如 Apache JMeter
I don't think you'll be able to conduct load testing using Chrome Extension, consider more specialised tools for it, i.e. SoapUI or Apache JMeter
参考文献:
- Using SoapUI for load testing
- Testing SOAP/REST Web Services Using JMeter
SoapUI专为测试Web服务而设计,而负载测试是次要选择,而JMeter专为负载测试而设计,并且没有任何特定于Web服务的功能,但是如果我必须选择的话,我会选择JMeter,因为它可以产生更多的功能.巨大的负载并具有更好的报告功能.
SoapUI is designed for testing web services and load testing is secondary option and JMeter is designed for load testing and doesn't have any web-services specific functionality however if I had to choose I would go for JMeter as it can produce more immense load and has better reporting capabilities.