Installation Guide
Installing NUnitAsp requires only a few steps:
- Download and unzip NUnitAsp.
- You've probably already done this step, but if not, read on.
- NUnitAsp may be downloaded from the NUnitAsp home page, nunitasp.sourceforge.net.
- Unzip the NUnitAsp package into a directory of your choice, such as "C:\Program Files\NUnitAsp"
- Install NUnit.
- You can use any testing tool, but NUnit is the most common.
- NUnit may be downloaded from nunit.org.
- Reference NUnitAsp in your test projects.
- Copy
bin\NUnitAdapter.cs
into your test project. (This file isn't required, but it makes working with NUnit easier.) - Add
bin\nunitasp.dll
as a reference. - See the Quick-Start Guide and Tutorial for more information.
- Copy
Last updated for v2.0.