Step-By-Step working with Unit Test in Visual Studio 2015

Writing Unit Test in Visual Studio is very easily and it comes up with Microsoft Unit Test Framework that gives us an added advantages. Visual Studio provides lots of tool and utility to Write, Execute and Verify your code. Also there are multiple things that we need to consider with respect to writing unit test, for an example mocking, code coverage etc.

I wrote a series of posts ( and keep continuing writing ..) on writing Unit Test and different utility with in Visual Studio at Daily .NET Tips.  You may consider to follow them one by one to gain more knowledge and tips and tricks unit test.

Updated Post :

So far, this will give you a very good start and understanding of write unit test, using different tools within visual studio, learning code coverage etc. I will publish few more posts and tips over there . Keep following the.

Unit Test

3 comments

Leave a comment