in

Agile Israel

Israel's first Agile Development Community

Browse by Tags

  • Comments on Corey Haines’ String Calculator TDD Kata Implementation

    Corey Haines recreated my TDD Kata on his KataCasts blog.  ( click here to learn more about TDD katas ) Since Corey is an experienced TDD practitioner I was honored that he’d given it a go, and was eager to see the video. Later, corey asks for my remarks on it, which i will gladly put here. In general...
    Posted to ISerializable (Weblog) by Anonymous on 12-23-2009
  • Test driven design – Willed vs. Forced Designs

    I’m writing this as a typemock employee, but also as someone who has sat on the other side of the line for several good years, and can argue in both ways. The following, I feel, is true no matter where I work.   There are two ways people use tests to drive design, as far as I see. one is great,...
    Posted to ISerializable (Weblog) by Anonymous on 11-12-2009
  • Minimizing unit Test Fragility – 8 features in Typemock Isolator to help

    in continuation to my challenge (which no one had bothered answering, lazy web!) One of the things that inhibits unit tests in organizations is the idea of fragile tests. a Fragile test is a test that can easily break when the production code changes. That’s not to say that tests should never break as...
    Posted to ISerializable (Weblog) by Anonymous on 07-09-2009
  • Art of Unit Testing on Hanselminutes

    Scott Hanselman took me in for a 30 minute interview about Unit Testing Dos and Don’ts in his podcast, Hanselminutes. It was a pleasure, and I hope to be there once more about other topics. Maybe in TechEd Berlin.. Have a listen
    Posted to ISerializable (Weblog) by Anonymous on 07-07-2009
  • Testing that an event was raised

    This question keeps coming up: “How can I test that an event was actually raised from my class under test?” actually, there is an easy way to check if an event was raised. you subscribe to the event in your test, and in the event handler you set a boolean flag to true. then you just assert on the flag...
    Posted to ISerializable (Weblog) by Anonymous on 05-23-2009
  • Art Of Unit Testing (The Samurai Book)– Get it now, it’s done.

    The time has actually come. After 2.5 years, and two kids, my book is finally done and is available in full form as an EBook. at the end of the month it will be in print form. Now would be the time to get it, when it is still at a “pre-order” pricing. Get the preorder price either at Manning (along with...
    Posted to ISerializable (Weblog) by Anonymous on 05-20-2009
  • Test Review #3 – Unity

    Watch previous videos: Test Review #1 – NerdDinner Test Review #2 – ASP.NET MVC     In this video I go over the tests for Microsoft Unity Application Block. Overall the quality of the tests in Unity is pretty good! I could certainly recommend that people look at them as examples of a bunch...
    Posted to ISerializable (Weblog) by Anonymous on 03-23-2009
  • Test Review #2 – ASP.NET MVC Unit Tests

    See other reviews: Review #1: NerdDinner Here’s the second video review of Unit Tests. This is another one written by Microsoft – ASP.NET MVC ( source ). First, it’s important to state how surprised I was by the high quality of the tests in MVC. The tests are readable, maintainable and trustworthy, with...
    Posted to ISerializable (Weblog) by Anonymous on 03-21-2009
  • Test Review #1 - NerdDinner

    I’ve decided to start doing some test reviews of tests that I see in the wild. I figured it’s the best way to show people what I mean when I say they do not have readable, maintainable or trustworthy tests. The first episode is the review of the tests from the NerdDinner MVC source code . It’s 30 minutes...
    Posted to ISerializable (Weblog) by Anonymous on 03-20-2009
  • Isolator Feature Focus: Duck Typing and Isolate.Swap

    Typemock Isolator 5.1.1 has been released, and this release brings with it some awesome (seriously) features that are unique fro any other framework I've seen. a good overview of features can be found here . The Isolator Swap feature allows swapping calls between real and fake objects (kind like...
    Posted to ISerializable (Weblog) by Anonymous on 11-02-2008
Page 1 of 4 (39 items) 1 2 3 4 Next >
Copyright 2007 Roy Osherove