Unit Testing

by David Kiff 10. July 2009 19:58

Unit testing is the testing of a small isolated unit, typically a method. It is written to ensure the code behaves in the way it is intended, drives the architecture and ensures the code meets its requirements. More...

Tags:

Test-Driven-Development

Getting started with the TFS API (Get Latest App)

by David Kiff 2. July 2009 23:02

Introduction

I have been working for around two years within the In-store team for Tesco.com. Around three weeks ago, I was asked to help the web team deliver the customer’s favourite’s part of the new Tesco.com website, code named Martini.

After the first day when I performed a "get latest" and then on to a full build, I realised I needed some automation. More...

Tags:

TFS