Testing
-
.NET
Creating robust tests with Isolator V7
The problem with unit tests is that they keep on breaking… Obviously that’s not entirely correct, nevertheless I had the…
Read More » -
Software Development
Structuring your Unit Tests, why?
I am a strong believer in automated unit tests. And I read this post by Phil Haack with part amusement…
Read More » -
Software Development
Don’t just Test, be a Tester
In the team I currently work with, we came to the conclusion, that the software contains to many bugs when…
Read More » -
Software Development
Getting Started with Testing
In a recent article I described how important I consider the practice of Testing, especially in the form of TDD.…
Read More » -
.NET
Async tests in Silverlight
One of the things that we do is build a lot of stuff in Silverlight, usually, those things are either…
Read More » -
Software Development
Testing: Trying not to overdo it
The design of the code which contains the main logic of the application that I’m currently working on looks a…
Read More » -
Software Development
Getting Started with Testing
In a recent article I described how important I consider the practice of Testing, especially in the form of TDD.…
Read More » -
Software Development
Unit Tests: Searching under the Lamp Post
I’m a big fan of unit tests (Surprise). When ever possible I practice TDD. I like how that approach coerces…
Read More »