我正在学习如何使用NUnit来测试在c#中用asp.net编写的一些脚本。有没有人知道如何判断脚本是否在NUnit上通过/失败,就像测试结果的输出一样。
或者有没有人知道任何好的网站,我可以在这里学习如何使用NUnit?
答案 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.