如何使用 jmeter 测试 svg 响应

发布于 2024-12-03 01:30:26 字数 236 浏览 1 评论 0原文

我正在尝试使用 JMeter 自动测试我的 Web 服务。我的服务返回带有 image/svg mime 类型的数据,但 JMeter 似乎忽略了响应。

如果我将输出重新配置为 image/png,那么 JMeter 可以正确显示图像,但很难自动测试实际图像的正确性。对于 SVG 输出,我希望能够使用正则表达式来测试是否有正确颜色的填充(并且没有错误的颜色)。

有没有办法告诉 JMeter 将 svg 响应处理为 xml?

I'm trying to automate testing of my web service with JMeter. My service returns data with a mime type of image/svg but JMeter seems to be ignoring the response.

If I reconfigure the output to be image/png then JMeter can correctly display the image but it is really hard to automate the test of correctness against an actual image. With the SVG output I was hoping to be able to use a regexp to test that there were fills of the correct color (and none of the wrong color).

Is there someway to tell JMeter to process an svg response as xml?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文