从 CruieControl 运行时获取 WatiN.Core.Exceptions.TimeoutException
我收到 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
当我们使用 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.
我知道这个问题已经很老了并且已经得到解答,但以下是我的一些观察结果。
可以在服务帐户下运行 watin 测试
但存在以下限制/先决条件:
*根据我的经验,通常是因为提示阻止文档被报告为加载完成。
请随意添加其他限制/评论。
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:
*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.