本文介绍了如何在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?

推荐答案

您的问题有点含糊.

  • 您是否有兴趣学习nunit(在这种情况下,nunit.org将是与TDD/UnitTesting上的一些书籍一起阅读的地方)
  • 如果您想将nunit与VisualStudio IDE集成,我将使用列为Option#1的外部可执行方法此处或TestDriven.net Option#2
  • 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

这篇关于如何在Visual Studio中添加NUnit的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-21 07:26