使用NUnit测试脚本并显示输出

时间:2010-06-23 10:47:46

标签: nunit

我正在学习如何使用NUnit来测试在c#中用asp.net编写的一些脚本。有没有人知道如何判断脚本是否在NUnit上通过/失败,就像测试结果的输出一样。

或者有没有人知道任何好的网站,我可以在这里学习如何使用NUnit?

2 个答案:

答案 0 :(得分:0)

http://www.nunit.org/index.php?p=quickStart&r=2.4

http://nunitasp.sourceforge.net/tutorial/index.html

Google提供了更多链接。你的问题没有足够的信息 - “在asp.net中编写的脚本”非常模糊。

答案 1 :(得分:0)

When using VS with NUnit, you need to open your Test Explorer window. In there, you'll see a pass/fail for tests as well as output.