如何使用 jmeter 测试 svg 响应
我正在尝试使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论