Given When Then – How To


Expressing tests in a Given When Then style is the core practice of the Behavior Driven Development (BDD) methodology. Details about BDD can be found here. Writing tests in a GWT style can become tricky when there is no clear understanding / definition of what the actual test and preconditions are. As explained in Martin … Continue reading Given When Then – How To

Review process for Test-Driven Development Teams – TDR


In my enterprise we recently introduced Test-Driven Development (TDD) as a programming technique for delivering robust and reliable software. The lifecycle of tasks is the following: To Do In Progress For Review Verified Done The “To Do” and “In Progress” phases are self-explanatory. When a task goes in “For Review” the developer choose, with a … Continue reading Review process for Test-Driven Development Teams – TDR