C# Unit Test Tutorial
Obviously this is going to be a work in progress…
C# Unit Testing – Basic
- What is Unit Test?
- C# Unit Test Best Practices
C# Unit Testing – Advanced
- Why Interface-based design leads to good Unit Tests?
- What is Mocking and how do you Mock in C# Unit Tests?
- Unit Testing code that touches the system
C# Unit Test Examples
- Unit Testing Registry access with RhinoMocks and SystemWrapper
- Unit Testing File IO with RhinoMocks and SystemWrapper
Other Reference to learn Unit Testing






