in

Agile Israel

Israel's first Agile Development Community

Browse by Tags

  • 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
  • Art Of Unit Testing – Book done, Wiki ready

    I’m happy to report that my book has finally hit the “last review” stone, which means all chapters are done and the book should be in book stores around jan-feb 2009 . If you’d like to read the E-Book version right now(PDF) you can purchase that for a lower price at the manning site. I’m also announcing...
    Posted to ISerializable (Weblog) by Anonymous on 10-11-2008
  • Unit Testing decoupled from TDD as well== Adoption

    The discussion on the future of unit testing for the masses has shifted from the standard “if they are too stupid to learn it, we don’t want them” to “TDD without good design will make really bad tests”. and this is a good thing. it’s a good thing because it secretly implies that if you could write Good...
    Posted to ISerializable (Weblog) by Anonymous on 10-01-2008
  • Unit Testing decoupled from Design == Adoption

    In my previous post I started talking in more coherent words about feelings I’ve had lurking in the past year. This post is an expansion of that, after having some great twitter conversations in the past few days with some great people. Treat this as a stream of consciousness. before that, here’s a short...
    Posted to ISerializable (Weblog) by Anonymous on 09-26-2008
  • Goodbye mocks, Farewell stubs

    About 4 years ago I was consulting for one of the largest companies in Israel (about 15,000+ employees) and helping them grok TDD and automated unit testing. I had spent there over a year and a half, on and off, and was teaching both .net, C++ and java developers about the techniques and tools they can...
    Posted to ISerializable (Weblog) by Anonymous on 09-20-2008
  • Over Specification in Tests

    I've gotten the chance to visit and consult various companies and I see this all the time: Over specification in tests, especially when doing mocks and stubs . One main reason for that is that people use their stub as a mock object (stubs are fake objects that we will not assert on so that we can...
    Posted to ISerializable (Weblog) by Anonymous on 07-12-2008
  • A sneak Preview of Typemock Racer : Thread Deadlock Finder

    Here's a sneak preview of the upcoming Typemock Racer product, which I'm currently working on. We should be out in private CTP in a couple of weeks I hope. Typemock Racer tries to solve one huge problem for developers working in multi threaded environments: Detecting code that can result in deadlocks...
    Posted to ISerializable (Weblog) by Anonymous on 07-08-2008
  • Introducing Depender - Testability Problem Finder

    Depender is a tool that I created to illustrate several concepts both for my book and both for my training classes. I think it should prove valuable (as it gets more and more features) to anyone who is trying to write tests for existing code.   Depender allows you to load an assembly and inspect...
    Posted to ISerializable (Weblog) by Anonymous on 07-05-2008
  • Over-testable systems, and mocks as bad test smells

    This is an interesting problem I've been running into at work. Sometimes we would try to write a test against the system or a component and we would literally have too many choices of how to write it or where to "intercept" or "inject" our stubs or mock objects.  In a way...
    Posted to ISerializable (Weblog) by Anonymous on 07-03-2008
  • Unit Testing Interview at TechEd

    My interview at teched us on advanced unit testing and legacy code can be seen here: http://msdn.microsoft.com/en-us/events/teched/cc676818.aspx   or downloaded here We occasionally stop and laugh a bit because "speaker idol" contest was being held at the booth next to us, which was really...
    Posted to ISerializable (Weblog) by Anonymous on 06-13-2008
Page 1 of 4 (38 items) 1 2 3 4 Next >
Copyright 2007 Roy Osherove