strategy

A collection of 4 Posts

Given-When-Then

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

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 …