News

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.
Take advantage of the Moq open source library to isolate application code from dependencies for testing.
A former lead on Microsoft's C# team has led a major rewrite of the Coverity C# analysis engine, making it a much stronger software development testing platform for Windows-focused coders. In addition ...
Selenium provides a useful Chrome plug-in (that works in the new Edge) that you can use to collect and play back interactions, building and testing simple scripts. Using WebDriver with C# ...