C H A P T E R  9

images

Testing with TDD

One of the main reasons for writing a loosely coupled application that uses the latest design patterns and layering technique is are to increase, as much possible, the testability surface of the application, to make the various components of the application separate and independent and so more testable.

Visual Studio 2010 provides, out of the box, a set of tools and assemblies that allow you to write testable applications, which means writing applications that can be tested even outside the scope of the UI that the user will interact with. To get started, you need to look at Test Driven Development (TDD), part ...

Get Applied WPF 4 in Context now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.