如何在 Visual Studio 中添加 NUnit

发布于 2024-07-06 09:52:16 字数 90 浏览 5 评论 0原文

我需要为我的应用程序编写测试用例。 我选择了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 技术交流群。

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

发布评论

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

评论(2

七秒鱼° 2024-07-13 09:52:16

最好的起点可能是: 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.

絕版丫頭 2024-07-13 09:52:16

你的问题有点模棱两可..

  • 你有兴趣学习nunit吗(在这种情况下,nunit.org将是查看一些关于TDD/UnitTesting的书籍的地方)
  • 如果你试图将nunit与VisualStudio IDE集成,我' d 采用选项#1 此处 或 TestDriven.net Option#2

Your question is a bit ambiguous..

  • Are you interested in learning nunit (In which case nunit.org would be the place to look along with some books on TDD/UnitTesting)
  • If you're trying to integrate nunit with VisualStudio IDE, I'd go with the external executable approach listed as Option#1 here or TestDriven.net Option#2
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文