Rest WebService参数化负载测试工具

发布于 2024-10-31 07:01:18 字数 193 浏览 1 评论 0原文

我有一组java中的rest webservices,我需要一个允许使用参数对它们进行负载测试的工具(我使用Windows操作系统和Java或.net)。我需要使用不同的参数同时调用 1 个 Web 服务 100 次。 只需调用作为 Web 服务核心的方法即可完成此操作,因此基本上我需要使用不同的参数同时运行多次单元测试 你能推荐一些简单的工具吗?

谢谢

I have a set of rest webservices in java, I need a tool that allows to load test them using parameters (i use windows operating system and Java or .net). I need to call 1 webservice 100 times simultaneously with different parameters.
This can be done just calling the method that is the core of the webservice, so basically I need to run a unit test many times concurrently with different parameters
Can you suggest any SIMPLE tool?

Thank you

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

冷默言语 2024-11-07 07:01:19

Visual Studio 有一个负载测试组件。我建议使用 Fiddler2 录制“单元测试”并导出为 Visual Studio Webtest。

Visual Studio 允许您插入电子表格、文本文件或数据库中的参数值。

缺点是需要 Visual Studio 2010 Ultimate 版本,而且价格不便宜。
否则,旧的 WCat 可能会成功。

您仍然可以使用 Fiddler 记录事务的确切详细信息,并使用 JMeter 转换为测试来执行负载测试位。

Visual Studio has a load testing component. I would recommend recording a "unit test" using Fiddler2 and exporting as a Visual Studio webtest.

Visual studio will allow you to plug in parameter values from a spreadsheet, text file or database.

The downside is the Visual Studio 2010 Ultimate edition is required for this, which is not cheap.
Otherwise the old WCat may do the trick.

You could still record the exact details of the transaction using Fiddler and convert to tests using JMeter to do the load test bit.

傾旎 2024-11-07 07:01:19

Web 性能负载测试器。它不是专门为 Web 服务设计的,但与它们配合得很好。

Web Performance Load Tester. It is not specifically designed for web services, but works pretty well with them.

伪装你 2024-11-07 07:01:19

您可以尝试使用 chrome 扩展“DHC Client”来测试 Web 服务。它提供了一个非常好的界面,您也可以通过测试和图像来检查它。这是链接:-

https://chrome.google.com/webstore/detail/dhc-rest-client/aejoelaoggembcahagimdiliamlcdmfm?hl=en

它还存储下次的变量值,您还可以存储案例和值以供将来参考。

You can try the chrome extension "DHC Client" for testing web service. It provide a very good interface and you can also check it with test and image too. Here is link:-

https://chrome.google.com/webstore/detail/dhc-rest-client/aejoelaoggembcahagimdiliamlcdmfm?hl=en

It also store the variable value for the next time and you can also store the cases and value for future reference.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文