.NET news » Testing 
Catel - Part 4 of n: Unit testing with Catel
Anti-Patterns: TED (Test-Eventually Development)
Software developers are good at writing applications. Testers are good at testing applications. In the software development world where separation of concerns is a never-ending quest, it seems logical to apply the rule to the software development cycle. “Let the developers code; QA can be responsible for making sure it works.” It provides an object-oriented management approach where each team is responsible only for what they are best at, and the two teams interface through one simple property, each: the result of their logic and expertise. The system is of logical design. It appears to be a logical pattern. Or so it seems.
Unit Testing CLR Assemblies Using IronRuby
For a very long time, .NET developers have envied the simplicity and the beauty of the Ruby language. The dynamic behavior, duck typing and compact code are some of the main features of the Ruby language. Now, .NET developers can enjoy the same benefits using the IronRuby framework. This article explores the possibilities of using IronRuby in the CLR world. The main focus will revolve around the sphere of unit testing CLR assemblies using the IronRuby framework.
Fault Injection Testing with TestApi
Building and testing WCF web service using workflow foundation 4.0
Developing and Unit Testing an ASP.NET MVC 2 Application
Unit Testing A Silverlight View Model Style Modal Popup
How to convince developers and management to use automated test instead of manual test
Unit testing your App.config and ConfigurationSection using NUnit, Ninject and TestDriven.NET
This article is about really unit testing the different scenarios you have when working with configuration files:
- What if the section is missing?
- What if required fields are missing?
- What values can I expect when optional fields are missing?
- ...

