使用 Postman REST/RESTFUL 工具进行负载测试负载、测试、工具、Postman

2023-09-07 10:41:05 作者:决定放手了

我已将插件 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?

推荐答案

Postman 有一个 Collection Runner,可用于进行多次迭代的 API 调用.如果你能弄清楚如何让它并行运行请求,你也许可以将它用于负载测试.

Postman has a Collection Runner which can be used for making API calls with multiple iterations. You might be able to use it for load testing if you can figure out how to get it to run requests in parallel.