如何配置 MSTest 以在失败时重试每个测试

发布于 2024-10-24 17:54:51 字数 86 浏览 2 评论 0原文

我想解决 Visual Studio 2010 编码 UI 测试随机失败的问题。是否可以将 mstest 配置为在结果中失败之前再次尝试每个失败的测试?谢谢。

I want to solve a problem with a random failures on Visual Studio 2010 Coded UI tests. Is it possible to configure mstest to try each failed test again before failing it in the results? Thank you.

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

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

发布评论

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

评论(1

回忆凄美了谁 2024-10-31 17:54:51

您可以使相关测试成为数据驱动的。例如,使用带有一堆空白测试行的 XML 文件,以便测试运行多次。它将单独报告每个测试行的成功/失败。实际上,您不必让测试从 XML 文件中提取任何数据。

http://callumhibbert.blogspot.com/2009/07 /data-driven-tests-with-mstest.html

You could make the test(s) in question data-driven. For example, use an XML file with a bunch of blank test rows so that the test runs multiple times. It will report the success/failure of each test-row individually. You don't actually have to make the test(s) extract any data from the XML file.

http://callumhibbert.blogspot.com/2009/07/data-driven-tests-with-mstest.html

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