Understanding Code Coverage – How to determine which portion of code is being tested in Visual Studio ?
Understanding and maintaining the code coverage is one of the most important aspect of writing unit tests and ensures the…
Understanding and maintaining the code coverage is one of the most important aspect of writing unit tests and ensures the…
Visual Studio Test Explorer is an extremely useful tool to run, monitor, categorized, filter and manage the unit Test (Exploring…
Writing Unit Test in Visual Studio is very easily and it comes up with Microsoft Unit Test Framework that gives…
Visual Studio 2015 helps you quickly build connected cloud application using “Add Connected Services” feature. We all are familiar with…
We commonly come across a problem where we need to write a unit test case of an existing application and…
I was asked this question during my “Language Preview Session in Microsoft Reboot Camp”, last week. Sharing the same answer…
One of the small UI Improvement of Visual Studio 2015 IDE was main ‘Title Case’ Menu Bar Style instead of…
Sort and Remove the unused namespaces is a standard coding practices. In the Visual Studio IDE, you can achieve it…