In this talk (which can be anywhere from one hour to a full day), I review many hidden gotchas and issues that can creep into your unit tests. This is a ...
In this talk I provide lots of info to managers about what unit testing is like in the real world. What can they expect form project schedules? How can quality change? ...
In this talk we cover Typemock Isolator, a commercial and powerful Unit Testing tool and isolation framework. We cover it’s basic APIs and cover advanced usages such as future object ...
In this talk we take a loot at unit testing patterns in SIlverlight, and a look at two frameworks for writing tests in silverlight: the MS Silverlight Test Framework and SilverUnit. ...
In this talk we take a look at the basic aspects of Test Driven Development - the three basic steps. We also find out why they make sense and what are ...
In this talk we cover what are mocks, stubs and fakes, and take a look at various isolation frameworks such as Typemock Isolator, Rhino Mocks and Moq.
In this talk I provide concrete guidance on how to select what code you’d like to start testing, and approaches of refactoring vs. using tools that avoid design for testability. I ...