Microsoft 测试管理器运行编码的 UI 测试
我们最近自动化了一些“编码的 UI 测试”(在 selenium 框架中运行),这些测试在 Microsoft 测试管理器 (MTM) 中运行。然而,我正在努力找出 MTM 如何将参数(例如被测应用程序的 URL)传递给编码的 UI 测试。在我看来,这将是一个相当典型的使用模式,但我正在努力了解如何实现它。
任何建议将不胜感激。
谢谢, 大卫
We have recently automated some "Coded UI Tests" (running in the selenium framework) which are run from within Microsoft Test Manager (MTM). However, I am struggling to find out how MTM can pass parameters (such as the URL of the application under test) through to the coded UI tests. It seems to me that this would be a fairly typical usage pattern, but I am struggling to see how it can be achieved.
Any suggestions would be appreciated.
Thanks,
David
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的数据驱动编码 UI 测试
http://blogs.msdn.com/b/mathew_aniyan/archive/2009/03/17/data-driven-coded-ui-tests.aspx
http://msdn.microsoft.com/en-us/library/ee624082.aspx
如果您将编码的 UI 测试链接到测试用例,您可以使用测试用例参数来提供数据到编码的 ui 测试中以驱动它。
Your after Data Driven Coded UI Tests
http://blogs.msdn.com/b/mathew_aniyan/archive/2009/03/17/data-driving-coded-ui-tests.aspx
http://msdn.microsoft.com/en-us/library/ee624082.aspx
If your linking yout Coded UI Test to a Test Case you can use the test cases parameters to feed the data into the coded ui test to drive it.