How to write Unit Tests in C#

It’s usually good practice to have automated unit tests while developing your code. Doing so helps you find bugs early in the development cycle and saves you time in the long run. These tests can be run by the developer multiple times to verify the behavior of a particular unit of code for different sets of input, but where do you begin? In this webinar, Infragistics Consultant and Microsoft MVP Dhananjay Kumar walks you through the process, from setting up a test environment to writing your first unit test
Back to Top