可编写脚本的测试/调试 HTTP/HTTPS cookie 和重定向
我需要设置一些 HTTP 请求的自动测试,以检查 cookie 是否做正确的事情,并在出现问题时进行(手动)调试。
到目前为止,我一直在使用 Firebug,但使用它需要相当多的努力,而且我更喜欢某种形式的可编写脚本的工具,既可以让我更轻松,又可以进行自动回归测试。
有什么建议吗?
I need to setup some automated testing of HTTP requests, to check cookies are doing the right thing, with (manual) debugging when there is a problem.
So far I've been muddling along with Firebug, but it's quite a bit of effort using that, and I would prefer some form of scriptable tool, both to make it easier for me and to allow an automated regression test.
Any recommendations?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许 httpUnit 适合您的需求......
http://httpunit.sourceforge.net/
Maybe httpUnit is suitable for your needs...
http://httpunit.sourceforge.net/