+ 8
Unit Testing
I am looking for beginner tutorials for unit testing. I have with me a few classes that I would like to test using nUnit. I am using VS 2015 and all my classes are in C#.
1 Resposta
+ 10
Have you seen one of these links?
https://code.tutsplus.com/articles/the-beginners-guide-to-unit-testing-what-is-unit-testing--wp-25728
https://www.tutorialspoint.com/software_testing_dictionary/unit_testing.htm
https://www.tutorialspoint.com/junit/
http://www.guru99.com/unit-testing-guide.html
Best regards!