Nuacht

New for this year, the headline feature is “live unit testing”. For a while now Visual Studio has had the option to automatically run unit tests after each build.
With a few tweaks, you can turn Visual Studio's basic unit-testing capabilities into a powerful and extensible tool for improving code quality.
C# Corner columnist Patrick Steele says writing unit tests can be a time-consuming chore. He looks at some approaches that can make writing unit tests easier and more efficient for C# programmers.