I never wrote / ran unit test. I am a relatively young programmer, but I read a lot. I was looking for information on unit testing because I see a lot of things, but I did not come across what really explained this to me from step 1.
I have Visual Studio 2005 Professional. In the next couple of days I will start the project with new windows, and I would like this project to be cut off from my module, but I donβt even know where to start. I have seen sites that say that VS2005 has built-in testing, but in the following examples I see that I do not have the same context menu content. Should I create a separate project or class? And what is this regression? Will the tests be executed every time they are created?
SO has a lot of great content on why using unit testing, so I hope some participants can provide or point me to very thorough unit test results of the install-run execution.
unit-testing visual-studio testing visual-studio-2005
swolff1978
source share