从 CruieControl 运行时获取 WatiN.Core.Exceptions.TimeoutException

发布于 2024-07-12 07:54:53 字数 184 浏览 3 评论 0原文

我收到 WatiN.Core.Exceptions.TimeoutException

通过 CruiseControl.Net 执行测试时,Internet Explorer 繁忙时出现超时错误。

有人知道如何解决这个问题吗?

I am getting WatiN.Core.Exceptions.TimeoutException:

Timeout while Internet Explorer busy error while executing my tests via CruiseControl.Net.

Any one have idea how to resolve this?

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

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

发布评论

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

评论(2

情仇皆在手 2024-07-19 07:54:53

当我们使用 TeamCity 时,我们必须禁用 IE 保护模式。

另外,检查正在运行 watiN 测试的用户是否可以与桌面交互。

While we are using TeamCity, we had to disable IE protected mode.

Also, check that user, under which watiN tests are being run can interact with desktop.

北渚 2024-07-19 07:54:53

我知道这个问题已经很老了并且已经得到解答,但以下是我的一些观察结果。

可以在服务帐户下运行 watin 测试
但存在以下限制/先决条件:

  • 服务必须在桌面交互模式下运行。 仅当作为系统运行时才可用。
  • 测试不得创建新窗口,即使是警报/确认对话框也
  • 不能创建新窗口,因此在查找/期望它出现时 watin 会失败。
  • ie 可能会显示自己的警告,例如安全页面中的不安全内容,这可能会导致测试失败*
  • 如果测试失败/超时并且 ie 实例被强制关闭,下一个实例可能会尝试恢复之前的状态。 然后测试似乎失败*
  • 这可以在高级设置中关闭。

*根据我的经验,通常是因为提示阻止文档被报告为加载完成。

请随意添加其他限制/评论。

I know this question is old and answered, but below are some of my observations.

It is possible to run watin tests under a service account
but the following restrictions/prerequisites apply:

  • service must run in desktop interactive mode. Only available if running as system.
  • tests must not create a new windows, even alert/confirm dialogs
  • Ie cannot create a new window, so watin fails when looking for/expecting it to appear.
  • ie may show its own warnings, e.g. Insecure content in a secure Page, this can cause tests to fail*
  • if the tests fail/timeout and the ie instance is forcefully closed, the next instance may try to restore the previous state. The tests then appear to fail*
  • this can be turned off in the advanced settings.

*from what I've experienced, usually because the prompt is halting the document from being reported as loading-finished.

Feel free to add with other restrictions /comments.

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