Code Snippet: Adding a File to .net Resource

Last few days, I was thinking to jot down all the code snippet that I used very frequently.  Here comes the first one -         Today’s post will be covering a simple aspect

Add Result File with TestContext

This is the last post of the series regarding TestContext. The other posts of this series include: On Unit Testing: * Why is Unit Testing so Important? * TDD in a Nutshell. * More on Unit

TestContext in Data Driven Unit Tests

TestContext consolidates the support of Data Driven Unit Tests via mstest by allowing access to the datasource (e.g., database table), associated with the present code under test. This post describes this very