In the use of NUnit plug-in testing, if you want to set up in the NUnit to test files, it is too troublesome, you can use the following procedure to start the test project automatically start the NUnit visual interface, and automatically load the test project files.
1, first, through the NUnit visualization program to create a new test project, and save.
2. Second, in Visual Studio 2013, right-click the Properties menu for the test project, as shown in the properties interface.
3, in the project properties of the debugging interface, respectively, set up the external program, command line parameters, working directory three information. Where you start the external program to point to the NUnit.exe file; the command line parameter is the full name of the test project file to be executed; The working directory is the directory where the test project file resides, and note that the backslash "\" is added last.
4. At this point, if you run the Debug run project, the NUnit is automatically started and the test project is loaded.
Visual Studio 2013 Auto-start NUnit test