strategy

A collection of 5 Posts

Given-When-Then

Designing your test cases/test methods using given-when-then.

Test First Programming / Test First Development

Occasionally referred to as “Test First Development”, “Test First Programming” is a beautiful concept that radically changed the way I …

Why Most Unit Testing is Waste

A re-publishing of James Coplien's article

Complete coverage testing from the bottom of the pyramid up is a bad idea

I made some enemies with this post

Software API/CLI interface adapters

While writing software, we are faced with lots and lots of interfaces.
The public interface for some tool or module or package or whatever is usually referred …