Why use- and learn Unit/NUnit testing?

Jul 25 2018 12:55 PM
I've always tested my code by just running it, using the debugger and printing values to the Console output to check the results. But why is Unit/NUnit important and why should I test with that instead? Maybe my old ways aren't the "convention", but it works. I'm just confused about why I should use Unit/NUnit tests. Thanks beforehand for explaining.

Answers (1)