2
https://www.c-sharpcorner.com/article/a-basic-introduction-of-unit-test-for-beginners/
1
Refer to these
https://docs.microsoft.com/en-us/visualstudio/test/walkthrough-creating-and-running-unit-tests-for-managed-code?view=vs-2019
https://www.c-sharpcorner.com/article/a-basic-introduction-of-unit-test-for-beginners/
1
You can do unit testing with various ways, like by using MsTest, MBUnit, NUnit etc, please refer one of my article where I used MBUnit for uni testing