我们如何自动化执行测试

发布于 2024-10-09 14:46:09 字数 75 浏览 4 评论 0原文

我们如何自动执行测试。有没有比 Windows 计划任务更好的方法来做到这一点?我们使用 TFS for CI 和 NUnit 进行测试

how would we automate the execution of the tests.Is there a better way to do this than a Windows Scheduled Tasks? we are using TFS for CI and NUnit for testing

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

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

发布评论

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

评论(2

蓝礼 2024-10-16 14:46:09

添加构建任务来运行测试。

此处有许多额外的社区任务。

还有博客文章解释如何使用 nUnit 设置 MSBuild。

Add a build task to run the tests.

There is a bunch of extra community tasks here.

And a blog post explaining how to setup MSBuild with nUnit.

人生百味 2024-10-16 14:46:09

NUNIT 命令行选项可在构建后事件中使用,以在项目编译时运行相关测试。

NUNIT command line option can be used in the Post Build event to run the assiciated test when the project compiles.

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