Unit Testing with Team System
A short introduction on how to perform unit tests with Microsoft Team System. [youtube ikU8ZQsgci8]
A short introduction on how to perform unit tests with Microsoft Team System. [youtube ikU8ZQsgci8]
This screencast demonstrates how to Stub out dependencies using a wrapper class. [youtube l-DlVSOki40]
This screencast demonstrates how to use Rake to build .NET solution, run unit tests and build documentation. Rake with Ruby is a perfect combination which will eliminate Nant and MSBuild hell. [youtube ofe9sQCpCpk]
This screencast shows how to unit test a .NET CLR assembly using Cucumber BDD Framework. [youtube joXpB-_PvIw]
This video shows why you want to write unit tests for the perspectives of specifications, feedback, regression & granularity. Then write a GUI in C# using Windows Forms & Approval Tests. ApprovalTests is an open source tool that supports C#, Java, Ruby for unit or acceptance tests. [youtube k5Y_jo4Nn54]
Beyond the simplest scenarios, all objects had collaborators that they work with. This flies in the face of testing objects in isolation. This is the problem that mock objects were created to solve. In this talk you will learn what mock objects are, how to utilize them and best practices …