I'm new to NUnit, how to run?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 年 前
I have downloaded the latest commit from Codeplex.
I found that you use NUnit from the NuGet library.
How can I run the NUnit test codes?
Help, I've never used NUnit before.
13 年 前
Download NUnit:
    http://nunit.org/index.php?p=download

After installing, launch NUnit and enable Visual Studio Support in Tools > Settings > IDE Support
    http://nunit.org/index.php?p=settingsDialog&r=2.5.9

After compiling the solution in Visual Studio, you can open the solution (NopCommerce.sln) in NUnit (File > Open Project).

You can then run specific tests or individual tests from the Test menu.

You can also launch NUnit from Visual Studio by adding a custom tool entry:
    http://nunit.org/index.php?p=vsSupport&r=2.5.9

.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.