TDD
-
Agile
TDD vs. BDD or why can’t we all just get along?
I was listening to another good Hanselminuets podcast – Understanding BDD and NSpec with Matt Florence and Amir Rajan. As…
Read More » -
Software Development
A bad test
This is a bad test, because what it does is ensuring that something does not works. I just finished implementing…
Read More » -
.NET
WPF View Smoke Testing
I enjoy TDD. I enjoy the way it makes me code and I enjoy the rhythm. That is, I really…
Read More » -
Software Development
Behavior Driven, Test Driven, Domain Driven Design
Ah, the joys of xDDs, you can never use too many, right? One of the many benefits of using event…
Read More » -
.NET
Why you need to make your tests fail
Test Driven Development (TDD) have many benefits. For start it’s a design methodology that help avoiding “Analysis paralysis” and make…
Read More » -
Software Development
Is TDD Evolving?
Something strange is going through TDD land these last couple of weeks. First it was Uncle Bob,with a new TDD…
Read More » -
.NET
Smelly Code: Direct Object Instantiation as a Testability Killer
This Smelly Code post discusses mainly a testability issue without going into further detail on other things like readability which…
Read More »