Modern Dev Practices: Unit Testing | Visual Studio Toolbox

This post has been republished via RSS; it originally appeared at: Channel 9.

In this episode, Robert is joined by Phil Japikse, who explores how in modern development practices, unit testing is part of the development process, not a chore to be tackled after you write your code.

Phil spends most of the time on Test Driven Development (aka Test Driven Design), where you write a test first and then write just enough code to pass the test and then refine the code as you add more tests. In TDD, the tests embody the requirements the code must satisfy.  

He also briefly covers Behavior Driven Development [50:20] and Mocks [53:45].

Resources:

Leave a Reply

Your email address will not be published. Required fields are marked *

*

This site uses Akismet to reduce spam. Learn how your comment data is processed.