in Search
     

Browse Site by Tags

Showing related tags and posts accross the entire site.
All Tags » TDD » 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
  • 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
  • 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
  • Data Access Layer – Unit Testing without the fear of breaking code

    By practicing Test Driven Development (TDD), developers will do their best to improve their code without the fear that is normally associated with code changes . It will boost developer’s confidence that the integrity of the code is in place. Writing tests provides another form of “living document” because...
    Posted to Weblog by fidelh on 09-27-2006
  • .NET: Make code works without UI, my first unit test

    My TDD adventure keeps on surprising me dayafterday, I started to lessen the use VS studio debugger and I felt an increased productivity by not having a full build just for testing a single feature in code. With TestDriven.NET plugin installed it was pretty cool. I create a test for a feature, run the...
    Posted to Weblog by dehran ph on 09-13-2006
  • .NET: <untitled>Test

    I've been struggling on these past few days doing some unit testing and tdd. hell yeah im starting to love it and now am still waiting for a new project so i can give it a real taste, bitter eh ;). But first i did a search and Jeremy Miller has always been very helpful to me. Not just on testing but...
    Posted to Weblog by dehran ph on 09-08-2006
  • Unit testing guidelines

    If you're looking for some guidelines in writing unit tests, i found roy osherove 's compilation to be really helpful. Refer to his Testing Guidelines tag in his blog for archive. I am currently following his test naming guideline - Test name should include name of tested method or class. The said token...
    Posted to Weblog by jokiz on 09-03-2006
Page 1 of 1 (10 items)