Watin - 如何在不同版本的 Internet Explorer 上进行测试?
我需要在不同版本的 Internet Explorer 浏览器上进行测试,但不需要在 WATIN.CORE.IE 上进行测试,这种方法会改变所使用的浏览器版本。我希望你理解我的问题。
I need to do tests on different versions of Internet Explorer browser, but not WATIN.CORE.IE a method that would alter the version of browser used. I hope you understand my problem.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您将需要多个虚拟机,每个虚拟机都安装有不同版本的 ie,因为您无法并排安装 ie 版本(有一些技巧,但您永远不会得到真实的表示)。
You will need multiple virtual machines each installed with a different version of ie because you cannot install ie versions side by side (There are a few hacks but you never get a true representation).
您可以查询注册表来获取 IE 版本。
要将完整版本号输出到 NUnit 控制台,请执行以下操作。
上述内容已使用 Windows 7、IE8 和 WatiN 2.0 进行验证。
感谢 Jeroen,因为注册表调用是从 IE.cs 中逐字复制的
You can query the registry to get the IE version.
To output the full version number to the NUnit console do the following.
The above was verified using: Windows 7, IE8 and WatiN 2.0
Thanks be to Jeroen as the registry call is copied verbatim out of IE.cs