Search results

"tag:tdd"


Title and summary Date/time
1
Quality control in software development
When it comes to software testing a number of terms are used. You hear the simple term testing, then some talk about QA and others call for QE. In common language test refers to the act of trying something out, checking on knowledge or behavior and o...
Feb 23, 2008
2
Coverage != testing
This morning I stumpled upon this: Alex Miller in Coverage != testing: Testing verifies your code, coverage verifies your testing, but you can’t say that coverage tests your code. That's just so true. It's a good idea to start a new class with...
Nov 16, 2007
3
Why I love test-driven development
Here is a very good example why I am a big fan of TDD (test-driven development). Instead of writing a specification or a requirements document I wrote the following test case and let Eclipse create a few new classes for me. Then I wrote enough code to ...
Apr 16, 2007
4
[TSE] Meeting Requirements through Acceptance and Stress Testing
My fellow German developer Eberhard Wolff is speaking this morning about acceptance and stress testing to meet requirements. As an introduction he's wrapping up what Spring provides in the org.springframework....
Dec 10, 2006
5
[TSE] The Building Blocks of Domain Driven Design
Keith Donald's talk at The Spring Experience has started. Right now he's summarizing what Eric told us before. A domain model does not capture every aspect of the real world. Instead it's a simplistic view of the world to serve a purpose. Discoveries ...
Dec 8, 2006