There are several reasons for testing, which means several test environments. In addition, there are test levels such as simple, stubs, and layouts. For example, you can check behavior, not state.
As for the function, I usually use the installation built into Visual Studio, add a link to the NUnit DLL, and change the C # annotations to NUnit. This is due to the fact that I like to test outside of Visual Studio, especially when others participate in my team (and we have not yet bought the VS team release).
Dr. Zim Feb 14 '10 at 18:05 2010-02-14 18:05
source share