in Search
     

Browse Site by Tags

Showing related tags and posts accross the entire site.
All Tags » Unit Testing (RSS)
  • TDD Step by Step, Part 2: The Database

    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 Weblog by cruizer on 11-23-2008
  • TDD Step by Step, Part 1

    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 Weblog by cruizer on 11-23-2008
  • JP Hamilton on testing WinForms

    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 Weblog by cruizer on 05-29-2008
  • Silverlight 2 Unit Testing: slides and code

    It was my first time to join a community event in Singapore during yesterday's Heroes Community Launch and it was a blast! It was also cool to see that of nine presentors during the event, three of us are Pinoys. I definitely am looking forward to meeting more of the community people soon. First...
    Posted to Weblog by cruizer on 05-18-2008
  • Speaking about Silverlight 2 and Unit Testing

    I will be speaking tomorrow at the Heroes Community Launch 2008 here in Singapore with my favourite (boring?!) topic...Unit Testing! Only this time it's about the testing framework that comes with Silverlight 2's beta release. Kinda excited and nervous at the same time, since it'll be my...
    Posted to Weblog by cruizer on 05-15-2008
  • MbUnit 2.4 RTM is out

    See the official announcement from Andy's blog here . You can download the bits here . Nudge to smash , try it and you'll love it.
    Posted to Weblog by jokiz on 05-24-2007
  • insufficient test code coverage -> broken build

    i agree that incorporating code coverage criteria in your build scripts is very restrictive, but you have no choice if your team is just starting out doing tdd or writing plain automated unit tests. how can you force them to learn to write automated unit tests if you will not be pressuring them? without...
    Posted to Weblog by jokiz on 05-24-2007
  • Legacy Code

    Our boss asked us developers for our preferred developer books and we submitted our wishlists, weeks later they ordered all 20+ of them, whoa! all the books that we wished for, nice! I'm currently browsing through Michael Feathers' Working Effectively with Legacy Code . So what is legacy code...
    Posted to Weblog by jokiz on 05-22-2007
  • NStub: Unit Test Generator For .NET Assemblies

    Man, oh Man, oh Man! Another timesaver to add in my development toolbox. Jerry Jarell has just released NStub which is a Unit Test Generator for .NET Assemblies and man it looks really promising. From the site: NStub is a unit test generator for .NET assemblies. You simply point NStub at the assembly...
    Posted to Weblog by keithrull on 05-15-2007
  • trust boundaries and testing

    our current project which involves a client .NET windows application which emits data to an excel workbook to render different views of the data. data are written on hidden worksheets which functions as my datasource for the views and graphs being rendered by my vba macros. the excel workbook is my main...
    Posted to Weblog by jokiz on 02-28-2007
Page 1 of 2 (14 items) 1 2 Next >