Category Archives: Test driven development

Citcon Paris 2009

By Paul Lorena Continous Integration is one of the base in Agile development, this suppose to deploy the tests and run them to verify all the functionality of your application. Beyond this very restrictive technical aspect, there is a strong … Continue reading

Posted in TDD, Test driven development | Tagged , | 1 Comment

TDD techniques : Mocking "If you can’t beat them, mock them"*

By Paul Lorena *Title taken from  ISerializable – Roy Osherove’s Blog : Geeky T-Shirt ideas  Introduction In Test Driven Development (TDD) you need to isolate one function or method to test is, it’s good so far. Usually a method has … Continue reading

Posted in CSharp, Design patterns, Development, Mock, TDD, Test driven development | Leave a comment

Scalable design in Agile?

  by Paul Lorena Introduction I’m working for 2 years with an Agile Methodology : the XP (Extreme Programming) technique. One recurrent issue is the scalable design, how to deal with the "simple solution" stand for the Agile methodology and … Continue reading

Posted in Architecture, Design patterns, Development, TDD, Test driven development | Tagged , | Leave a comment