in

Agile Israel

Israel's first Agile Development Community

Browse by Tags

  • 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
  • Art Of Unit Testing available at Amazon

    My book, The Art Of Unit Testing , is now in stock at Amazon. If you’ve read the book, I’d love it if you put in a review on that page.
    Posted to ISerializable (Weblog) by Anonymous on 06-06-2009
  • Using Explicit Arrange,Act,Assert scopes in tests – thoughts?

    What are your thoughts on this style of writing? Specifically the “Explicit” way of defining arrange, act and assert scopes. also, given the name of the test, where should the call to “OnApplyTemplate” be (if you’ve never seen the code)? which version makes more sense to you? A, or B?   version...
    Posted to ISerializable (Weblog) by Anonymous on 06-02-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
  • API design values and decision matrix

    We’ve come to a nice way of deciding upon features in the Isolator API. This is what happens when your end product is an API for programmers. First, we realized that we must argue about it . For each type of new feature in the isolator API, we put up on the white board several version of the API that...
    Posted to ISerializable (Weblog) by Anonymous on 03-17-2009
  • Art of unit Testing goes to print in April

    The book of never ending production is now actually near the end. the projected print date of “Art Of Unit Testing” is now April 30 and I’m happy to see the Amazon page for the book already has one review of the early access version (though he totally destroys my spelling and book formatting abilities...
    Posted to ISerializable (Weblog) by Anonymous on 03-16-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
  • 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
Page 1 of 2 (17 items) 1 2 Next >
Copyright 2007 Roy Osherove