检查 selenium 中的 javascript 错误

发布于 2024-09-19 08:43:49 字数 95 浏览 7 评论 0原文

我在通过 CruiseControl 运行的 PHPUnit 下的 PHP 中进行了 Selenium 测试。是否可以以某种方式检查页面上是否存在 JavaScript 错误?

I have Selenium tests in PHP under PHPUnit run via CruiseControl. Is it somehow possible to check if there was a JavaScript error on the page?

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

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

发布评论

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

评论(1

有木有妳兜一样 2024-09-26 08:43:49

是否可以使用 CruiseControl 在 ie 中运行测试?如果是这样,您可以设置 ie 在每次出现 JavaScript 错误时弹出错误消息。这可能会使测试超时(并失败)。
也许您还可以配置您运行的浏览器来弹出消息。

或者,您在要检查的每个页面的末尾呈现一些 JavaScript,并断言您可以访问该部分。也许就像使用 Selenium IDE 访问 JavaScript 变量中所述
如果页面上有 JavaScript 错误,此操作将会失败。

Is it possible with CruiseControl to run the test in an ie? If so, you can set the ie to pop up an error message each time a JavaScript error accours. That might time out the test (and fail).
Maybe you can configure the browser you run to pop up a message, also.

Or you render some JavaScript at the end of each page that you want to check and assert that you can access that part. Maybe like described in Access JavaScript variables with Selenium IDE
This will fail if you have an JavaScript error on the page.

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