Microsoft 测试管理器运行编码的 UI 测试

发布于 2024-12-04 08:12:19 字数 195 浏览 1 评论 0原文

我们最近自动化了一些“编码的 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 技术交流群。

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

发布评论

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

评论(1

尐偏执 2024-12-11 08:12:19

您的数据驱动编码 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.

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