JMeter HTTP Request - 404 ERROR
当我运行jmx文件时,它对其中一个HTTP请求文件抛出了一个404错误。上面给出了屏幕截图。
有没有人能为这个问题提出一些解决方案。
发布于 2018-12-14 11:05:54
由于找不到/favicon
URL的embedded resource call,因此请求失败。
您应该提出一个问题,因为HTTP 404错误可能会导致SEO consequences so your site will rank lower
如果您不关心嵌入式资源错误,您可以添加next line to file
httpsampler.ignore_failed_embedded_resources=true
需要重新启动JMeter才能恢复该属性。
https://stackoverflow.com/questions/53777687
复制相似问题