Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想编写一些测试来触发一些 HTTP 请求,以确保我可以登录到我的应用程序,查看一些页面等。
使用 Apache HTTP 客户端或 WebDriver 更好吗?
谢谢
我都用过,我个人更喜欢 WebDriver,因为它更强大(而且易于使用,IMO)。
HttpClient 将无法按下按钮、运行 javascript 或其他浏览器功能。
但是,如果您希望发出一堆 HTTP 请求,Apache HTTP 客户端会更快地执行它们。