有谁知道任何 HTTP 一致性测试套件吗?
我和我的朋友正在构建一个 HTTP 服务器作为大学项目。但在测试方面我们遇到了一些障碍......
我们已经完成了性能测试,但我们找不到任何用于协议一致性测试的工具。
例如 我将在网络上的计算机上运行该软件,我希望该软件发出请求并测试响应的有效性,即正确的标头和内容。
我不关心发送的响应的正文,因为这不是一个值得严重关注的问题。
这里有人可以帮我吗???
问候
比纳克·萨卡
基金会
Me and my friends are building an HTTP server as an university project. But we have sort hit a snag when it came to the testing...
We have done the performance tests but we couldn't find any tool for the protocol conformance tests.
e.g.
I will run the software on a machine on the network and I want the software to make the requests and test the responses for validity, ie proper headers and stuff.
I don't care about the body of the response being sent as that is not a matter of serious concern.
Can anybody help me out here???
Regards
Binaek Sarkar
Foundation
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我知道有两个 HTTP 性能测试程序,JMeter 和 ab。您应该能够扩展 JMeter 来执行有效性测试以及纯性能指标。
I know of two HTTP performance testing programs, JMeter and ab. You should be able to extend JMeter to perform validity tests as well as pure performance metrics.