This post has been republished via RSS; it originally appeared at: Channel 9.
This is the first of a four part series, recorded this summer, where Robert is joined by Phil Japikse to discuss unit testing. This series expands on the 2017 Unit Testing episode. In this episode, Robert and Phil take a deep dive into the details and philosophy of Test Driven Development (TDD), including demonstrating a glorious failure that proves out the benefit of writing tests around your code. Next, they discuss scenario based testing with xUnit, re-using a single unit test to cover multiple use cases for the system under test.
Links:
- http://www.skimedic.com/blog
- https://github.com/skimedic/presentations/tree/master/UnitTesting
- https://xunit.github.io/
- https://github.com/moq/moq
Episodes in this series:
- Test Driven and Scnenario Based Testing (this episode)
- xUnit
- MOQ Framework
- Existing Code
