Welcome to part two of our series on building a Windows application using test-driven development (TDD). In the previous article we drove the design of our entity classes and data access layer by means of unit tests. The unit tests acted more as specifications for the system rather than tests, since...
Posted to
cruizer
by
cruizer
on 11-23-2008
Filed under: DotNET, TDD, C#, .NET, code, database, agile practices, development tools, unit testing
In a hot discussion thread in msforums.ph about the value of unit testing and adopting test-driven development (TDD), a suggestion was made to illustrate how TDD is used in creating a simple application, specifically Keith's October code challenge . In response to that, I've decided to write...
Posted to
cruizer
by
cruizer
on 11-23-2008
Filed under: DotNET, TDD, C#, .NET, code, agile practices, unit testing
JP Hamilton has posted a brief blog post on how he unit tests WinForms . Looks nifty, especially if you use a pattern like Model-View-Presenter for your forms. His rationale is that if you keep on testing only the presenter and mocking out the view in your unit tests, your forms code still gets zero...
Posted to
cruizer
by
cruizer
on 05-29-2008
Filed under: DotNET, TDD, development tools, unit testing