我们如何自动化执行测试
我们如何自动执行测试。有没有比 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
添加构建任务来运行测试。
此处有许多额外的社区任务。
还有博客文章解释如何使用 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.
NUNIT 命令行选项可在构建后事件中使用,以在项目编译时运行相关测试。
NUNIT command line option can be used in the Post Build event to run the assiciated test when the project compiles.