测试 XML 响应的最佳方法是什么?

发布于 2024-09-05 23:43:13 字数 202 浏览 3 评论 0原文

我正在使用 selenium IDE 来测试我的网页,但不幸的是我无法使用它来测试那些返回 xml 响应的页面。有些人使用 Selenium Remote Control,其他人使用 Pearl 模块,如 WWW::Mechanize 和 Test::XML 或 Test::XPath(但这些对我来说不是选择,因为我使用 Java)。

测试 XML 响应的最佳方法是什么?

I'm using selenium IDE to test my webpages but unfortunately I cannot use it to test those pages that return an xml response. Some people use Selenium Remote Control, others use Pearl modules like WWW::Mechanize and Test::XML or Test::XPath (but these are no option for me since I use Java).

What is the best way to test the XML responses?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

酒解孤独 2024-09-12 23:43:13

您可以使用 XMLUnit 将响应与预期值进行比较。如果不需要直接比较,您可以首先过滤响应,例如 XSLT 转换,以生成更容易测试的内容。

You can use XMLUnit to compare the response against an expected value. If direct comparison isn't desirable, you can filter the response first, e.g. an XSLT transform, to produce something that is more easily tested.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文