如何在 Visual Studio 中添加 NUnit
我需要为我的应用程序编写测试用例。 我选择了NUnit。 请让我知道如何将 NUnit 添加到我的 Visual Studio IDE。 我在哪里可以下载它们?
I need to write test cases for my application. I've chosen NUnit. Please let me know how to add NUnit to my Visual Studio IDE. where can I download them?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
最好的起点可能是: http://testdriven.net/
他们有 NUnit 和许多其他单元可以与各种版本的 Visual Studio 集成的测试套件以及有关它们的一些文档。
Best place to start would probably be: http://testdriven.net/
They have NUnit, and a host of other unit testing suites that can integrate with various versions of Visual Studio, as well as some documentation on them.
你的问题有点模棱两可..
Your question is a bit ambiguous..