<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://agileisrael.org/cs/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">ISerializable</title><subtitle type="html" /><id>http://agileisrael.org/cs/blogs/royo/atom.aspx</id><link rel="alternate" type="text/html" href="http://agileisrael.org/cs/blogs/royo/default.aspx" /><link rel="self" type="application/atom+xml" href="http://agileisrael.org/cs/blogs/royo/atom.aspx" /><generator uri="http://communityserver.org" version="3.0.20416.853">Community Server</generator><updated>2008-07-08T11:42:28Z</updated><entry><title>SharpMock 0.1 ?</title><link rel="alternate" type="text/html" href="http://agileisrael.org/cs/blogs/royo/archive/2008/10/12/sharpmock-0-1.aspx" /><id>http://agileisrael.org/cs/blogs/royo/archive/2008/10/12/sharpmock-0-1.aspx</id><published>2008-10-12T21:57:51Z</published><updated>2008-10-12T21:57:51Z</updated><content type="html">James, I would love to see you take the idea of “SharpMock” to the next level . If not anything else, it would be an interesting challenge to write about. James took PostSharp and started looking at the possibility of intercepting static method calls Read More......(&lt;a href="http://agileisrael.org/cs/blogs/royo/archive/2008/10/12/sharpmock-0-1.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://agileisrael.org/cs/aggbug.aspx?PostID=2118" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://agileisrael.org/cs/members/Anonymous.aspx</uri></author><category term="Agile" scheme="http://agileisrael.org/cs/blogs/royo/archive/tags/Agile/default.aspx" /><category term=".NET" scheme="http://agileisrael.org/cs/blogs/royo/archive/tags/.NET/default.aspx" /><category term="Unit Testing" scheme="http://agileisrael.org/cs/blogs/royo/archive/tags/Unit+Testing/default.aspx" /><category term="Typemock" scheme="http://agileisrael.org/cs/blogs/royo/archive/tags/Typemock/default.aspx" /></entry><entry><title>Isolator feature focus – Advanced Debugger Support for fakes</title><link rel="alternate" type="text/html" href="http://agileisrael.org/cs/blogs/royo/archive/2008/10/11/isolator-feature-focus-advanced-debugger-support-for-fakes.aspx" /><id>http://agileisrael.org/cs/blogs/royo/archive/2008/10/11/isolator-feature-focus-advanced-debugger-support-for-fakes.aspx</id><published>2008-10-11T21:15:36Z</published><updated>2008-10-11T21:15:36Z</updated><content type="html">Two features that Typemock Isolator has make the debugging experience with it very different than any other isolation framework: 1) Highlight fake method during debugging &amp;#160; When stepping into a method that is being faked by the test, the method will Read More......(&lt;a href="http://agileisrael.org/cs/blogs/royo/archive/2008/10/11/isolator-feature-focus-advanced-debugger-support-for-fakes.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://agileisrael.org/cs/aggbug.aspx?PostID=2114" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://agileisrael.org/cs/members/Anonymous.aspx</uri></author><category term="Agile" scheme="http://agileisrael.org/cs/blogs/royo/archive/tags/Agile/default.aspx" /><category term=".NET" scheme="http://agileisrael.org/cs/blogs/royo/archive/tags/.NET/default.aspx" /><category term="Typemock" scheme="http://agileisrael.org/cs/blogs/royo/archive/tags/Typemock/default.aspx" /></entry><entry><title>Art Of Unit Testing – Book done, Wiki ready</title><link rel="alternate" type="text/html" href="http://agileisrael.org/cs/blogs/royo/archive/2008/10/11/art-of-unit-testing-book-done-wiki-ready.aspx" /><id>http://agileisrael.org/cs/blogs/royo/archive/2008/10/11/art-of-unit-testing-book-done-wiki-ready.aspx</id><published>2008-10-11T20:46:03Z</published><updated>2008-10-11T20:46:03Z</updated><content type="html">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 Read More......(&lt;a href="http://agileisrael.org/cs/blogs/royo/archive/2008/10/11/art-of-unit-testing-book-done-wiki-ready.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://agileisrael.org/cs/aggbug.aspx?PostID=2113" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://agileisrael.org/cs/members/Anonymous.aspx</uri></author><category term="Agile" scheme="http://agileisrael.org/cs/blogs/royo/archive/tags/Agile/default.aspx" /><category term=".NET" scheme="http://agileisrael.org/cs/blogs/royo/archive/tags/.NET/default.aspx" /><category term="Unit Testing" scheme="http://agileisrael.org/cs/blogs/royo/archive/tags/Unit+Testing/default.aspx" /><category term="Art Of Unit Testing" scheme="http://agileisrael.org/cs/blogs/royo/archive/tags/Art+Of+Unit+Testing/default.aspx" /></entry><entry><title>Isolator feature focus: Recursive Fakes</title><link rel="alternate" type="text/html" href="http://agileisrael.org/cs/blogs/royo/archive/2008/10/04/isolator-feature-focus-recursive-fakes.aspx" /><id>http://agileisrael.org/cs/blogs/royo/archive/2008/10/04/isolator-feature-focus-recursive-fakes.aspx</id><published>2008-10-04T22:17:05Z</published><updated>2008-10-04T22:17:05Z</updated><content type="html">Here’s another feature Typemock Isolator has that no one else currently has: the ability to return fake objects from properties recursively (without the use of an auto mocking container for such a feat). this saved a lot of reperitive test code of creating Read More......(&lt;a href="http://agileisrael.org/cs/blogs/royo/archive/2008/10/04/isolator-feature-focus-recursive-fakes.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://agileisrael.org/cs/aggbug.aspx?PostID=2104" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://agileisrael.org/cs/members/Anonymous.aspx</uri></author><category term="Agile" scheme="http://agileisrael.org/cs/blogs/royo/archive/tags/Agile/default.aspx" /><category term=".NET" scheme="http://agileisrael.org/cs/blogs/royo/archive/tags/.NET/default.aspx" /><category term="Unit Testing" scheme="http://agileisrael.org/cs/blogs/royo/archive/tags/Unit+Testing/default.aspx" /><category term="Typemock" scheme="http://agileisrael.org/cs/blogs/royo/archive/tags/Typemock/default.aspx" /></entry><entry><title>BDD: Behavior vs. Spec Frameworks</title><link rel="alternate" type="text/html" href="http://agileisrael.org/cs/blogs/royo/archive/2008/10/04/bdd-behavior-vs-spec-frameworks.aspx" /><id>http://agileisrael.org/cs/blogs/royo/archive/2008/10/04/bdd-behavior-vs-spec-frameworks.aspx</id><published>2008-10-04T21:49:01Z</published><updated>2008-10-04T21:49:01Z</updated><content type="html">In my search to understand a little more about BDD and BDD frameworks, one gem that I gleaned is that there is an important distinction between “Spec” and “Behavior” frameworks. “Spec” is intended for the unit level granularity (like unit tests) and Read More......(&lt;a href="http://agileisrael.org/cs/blogs/royo/archive/2008/10/04/bdd-behavior-vs-spec-frameworks.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://agileisrael.org/cs/aggbug.aspx?PostID=2103" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://agileisrael.org/cs/members/Anonymous.aspx</uri></author><category term="Agile" scheme="http://agileisrael.org/cs/blogs/royo/archive/tags/Agile/default.aspx" /><category term=".NET" scheme="http://agileisrael.org/cs/blogs/royo/archive/tags/.NET/default.aspx" /><category term="BDD" scheme="http://agileisrael.org/cs/blogs/royo/archive/tags/BDD/default.aspx" /></entry><entry><title>Agile Testing tools List</title><link rel="alternate" type="text/html" href="http://agileisrael.org/cs/blogs/royo/archive/2008/10/03/agile-testing-tools-list.aspx" /><id>http://agileisrael.org/cs/blogs/royo/archive/2008/10/03/agile-testing-tools-list.aspx</id><published>2008-10-03T21:55:32Z</published><updated>2008-10-03T21:55:32Z</updated><content type="html">Working on an appendix for my book , with a list of tools and frameworks you should care about. Tell me if I missed anything: · Mock Frameworks o Moq o Rhino Mocks o Typemock Isolator o NMock o NUnit.Mocks · Test Frameworks o MS Test o NUnit o MbUnit Read More......(&lt;a href="http://agileisrael.org/cs/blogs/royo/archive/2008/10/03/agile-testing-tools-list.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://agileisrael.org/cs/aggbug.aspx?PostID=2100" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://agileisrael.org/cs/members/Anonymous.aspx</uri></author><category term="Agile" scheme="http://agileisrael.org/cs/blogs/royo/archive/tags/Agile/default.aspx" /><category term=".NET" scheme="http://agileisrael.org/cs/blogs/royo/archive/tags/.NET/default.aspx" /></entry><entry><title>Isolator feature focus: Live objects in unit tests</title><link rel="alternate" type="text/html" href="http://agileisrael.org/cs/blogs/royo/archive/2008/10/02/isolator-feature-focus-live-objects-in-unit-tests.aspx" /><id>http://agileisrael.org/cs/blogs/royo/archive/2008/10/02/isolator-feature-focus-live-objects-in-unit-tests.aspx</id><published>2008-10-02T05:37:06Z</published><updated>2008-10-02T05:37:06Z</updated><content type="html">Here is one feature that sets Typemock Isolator apart from all the other frameworks, that has nothing to do with legacy code: Live Objects. This feature allows you to just “new” up an instance of an object, if you can, and then fake method results on Read More......(&lt;a href="http://agileisrael.org/cs/blogs/royo/archive/2008/10/02/isolator-feature-focus-live-objects-in-unit-tests.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://agileisrael.org/cs/aggbug.aspx?PostID=2099" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://agileisrael.org/cs/members/Anonymous.aspx</uri></author><category term="Agile" scheme="http://agileisrael.org/cs/blogs/royo/archive/tags/Agile/default.aspx" /><category term=".NET" scheme="http://agileisrael.org/cs/blogs/royo/archive/tags/.NET/default.aspx" /><category term="Unit Testing" scheme="http://agileisrael.org/cs/blogs/royo/archive/tags/Unit+Testing/default.aspx" /><category term="Typemock" scheme="http://agileisrael.org/cs/blogs/royo/archive/tags/Typemock/default.aspx" /></entry><entry><title>Unit Testing decoupled from TDD as well== Adoption</title><link rel="alternate" type="text/html" href="http://agileisrael.org/cs/blogs/royo/archive/2008/10/01/unit-testing-decoupled-from-tdd-as-well-adoption.aspx" /><id>http://agileisrael.org/cs/blogs/royo/archive/2008/10/01/unit-testing-decoupled-from-tdd-as-well-adoption.aspx</id><published>2008-10-01T13:27:22Z</published><updated>2008-10-01T13:27:22Z</updated><content type="html">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 Read More......(&lt;a href="http://agileisrael.org/cs/blogs/royo/archive/2008/10/01/unit-testing-decoupled-from-tdd-as-well-adoption.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://agileisrael.org/cs/aggbug.aspx?PostID=2098" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://agileisrael.org/cs/members/Anonymous.aspx</uri></author><category term="Agile" scheme="http://agileisrael.org/cs/blogs/royo/archive/tags/Agile/default.aspx" /><category term=".NET" scheme="http://agileisrael.org/cs/blogs/royo/archive/tags/.NET/default.aspx" /><category term="Agile Related" scheme="http://agileisrael.org/cs/blogs/royo/archive/tags/Agile+Related/default.aspx" /><category term="Art Of Unit Testing" scheme="http://agileisrael.org/cs/blogs/royo/archive/tags/Art+Of+Unit+Testing/default.aspx" /></entry><entry><title>הקורס בספטמבר נגמר והבא בסוף אוקטובר</title><link rel="alternate" type="text/html" href="http://agileisrael.org/cs/blogs/royo/archive/2008/09/30/2089.aspx" /><id>http://agileisrael.org/cs/blogs/royo/archive/2008/09/30/2089.aspx</id><published>2008-09-30T07:31:00Z</published><updated>2008-09-30T07:31:00Z</updated><content type="html">&lt;p&gt;הקורס הראשון היה מדהים &lt;/p&gt;
&lt;p&gt;היו מלא אנשים שאני מכיר כבר שנים שרצו לקבל הסמכה פורמלית ומרבית האנשים עצמם הגיעו עם ניסיון בסקראם מה שגרם לקורס להיות מאתגר מאוד לכולם&lt;/p&gt;
&lt;p&gt;&amp;nbsp;והכי חשוב למדנו הרבה והיה כייף לא רגיל&lt;/p&gt;
&lt;p&gt;&amp;nbsp;כמובן כמובן שכולם הוסמכו כסקראם מאסטרים בסוף הקורס&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;img title="First Israeli Scrum master course" style="WIDTH:405px;HEIGHT:330px;" height="600" alt="First Israeli Scrum master course" src="http://agileisrael.org/cs/files/folders/2090/download.aspx" width="800" /&gt;&lt;/p&gt;
&lt;p&gt;זו ממש היתה פריבילגיה של קורס ואתם יכולים להתרשם גם מהקליפ&lt;/p&gt;
&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/PWRO3ZFNmk8&amp;amp;hl=en&amp;amp;fs=1"&gt;&lt;param name="allowFullScreen" value="true"&gt;
&lt;embed src="http://www.youtube.com/v/PWRO3ZFNmk8&amp;amp;hl=en&amp;amp;fs=1" type="application/x-shockwave-flash" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;ה&lt;a class="" href="http://www.scrumalliance.org/courses/3040-certified-scrummaster"&gt;קורס הבא&lt;/a&gt; בסוף אוקטובר אם גם אתם רוצים להיות סקראם מאסטרים אתם יודעים איך להשיג אותי&lt;/p&gt;
&lt;p&gt;&amp;nbsp;דנקו&lt;/p&gt;&lt;img src="http://agileisrael.org/cs/aggbug.aspx?PostID=2089" width="1" height="1"&gt;</content><author><name>Danko</name><uri>http://agileisrael.org/cs/members/Danko.aspx</uri></author><category term="דני קובץ' ארז טאצ'ר agilesparks danko danny kovatch erez tatcher scrum master" scheme="http://agileisrael.org/cs/blogs/royo/archive/tags/_D305E005D905_+_E705D505D105E5052700_+_D005E805D605_+_D805D005E6052700E805_+agilesparks+danko+danny+kovatch+erez+tatcher+scrum+master/default.aspx" /></entry><entry><title>Unit Testing decoupled from Design == Adoption</title><link rel="alternate" type="text/html" href="http://agileisrael.org/cs/blogs/royo/archive/2008/09/26/unit-testing-decoupled-from-design-adoption.aspx" /><id>http://agileisrael.org/cs/blogs/royo/archive/2008/09/26/unit-testing-decoupled-from-design-adoption.aspx</id><published>2008-09-26T20:30:32Z</published><updated>2008-09-26T20:30:32Z</updated><content type="html">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 Read More......(&lt;a href="http://agileisrael.org/cs/blogs/royo/archive/2008/09/26/unit-testing-decoupled-from-design-adoption.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://agileisrael.org/cs/aggbug.aspx?PostID=2086" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://agileisrael.org/cs/members/Anonymous.aspx</uri></author><category term="Agile" scheme="http://agileisrael.org/cs/blogs/royo/archive/tags/Agile/default.aspx" /><category term=".NET" scheme="http://agileisrael.org/cs/blogs/royo/archive/tags/.NET/default.aspx" /><category term="Art Of Unit Testing" scheme="http://agileisrael.org/cs/blogs/royo/archive/tags/Art+Of+Unit+Testing/default.aspx" /></entry><entry><title>Goodbye mocks, Farewell stubs</title><link rel="alternate" type="text/html" href="http://agileisrael.org/cs/blogs/royo/archive/2008/09/20/goodbye-mocks-farewell-stubs.aspx" /><id>http://agileisrael.org/cs/blogs/royo/archive/2008/09/20/goodbye-mocks-farewell-stubs.aspx</id><published>2008-09-20T12:45:59Z</published><updated>2008-09-20T12:45:59Z</updated><content type="html">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 Read More......(&lt;a href="http://agileisrael.org/cs/blogs/royo/archive/2008/09/20/goodbye-mocks-farewell-stubs.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://agileisrael.org/cs/aggbug.aspx?PostID=2084" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://agileisrael.org/cs/members/Anonymous.aspx</uri></author><category term="Agile" scheme="http://agileisrael.org/cs/blogs/royo/archive/tags/Agile/default.aspx" /><category term=".NET" scheme="http://agileisrael.org/cs/blogs/royo/archive/tags/.NET/default.aspx" /><category term="Art Of Unit Testing" scheme="http://agileisrael.org/cs/blogs/royo/archive/tags/Art+Of+Unit+Testing/default.aspx" /><category term="General Software Development" scheme="http://agileisrael.org/cs/blogs/royo/archive/tags/General+Software+Development/default.aspx" /></entry><entry><title>Typemock Isolator with AAA syntax</title><link rel="alternate" type="text/html" href="http://agileisrael.org/cs/blogs/royo/archive/2008/07/24/typemock-isolator-with-aaa-syntax.aspx" /><id>http://agileisrael.org/cs/blogs/royo/archive/2008/07/24/typemock-isolator-with-aaa-syntax.aspx</id><published>2008-07-24T07:34:15Z</published><updated>2008-07-24T07:34:15Z</updated><content type="html">We&amp;#39;ve just posted a preview of the next Isolator API coming out in august. It is AAA-style (Arrange, act, assert) and has many changes. We need your input so head on over, read it and tell us your thoughts . This is the time where you can make a huge Read More......(&lt;a href="http://agileisrael.org/cs/blogs/royo/archive/2008/07/24/typemock-isolator-with-aaa-syntax.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://agileisrael.org/cs/aggbug.aspx?PostID=2003" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://agileisrael.org/cs/members/Anonymous.aspx</uri></author><category term="Agile" scheme="http://agileisrael.org/cs/blogs/royo/archive/tags/Agile/default.aspx" /><category term="Unit Testing" scheme="http://agileisrael.org/cs/blogs/royo/archive/tags/Unit+Testing/default.aspx" /><category term="General Software Development" scheme="http://agileisrael.org/cs/blogs/royo/archive/tags/General+Software+Development/default.aspx" /><category term="Typemock" scheme="http://agileisrael.org/cs/blogs/royo/archive/tags/Typemock/default.aspx" /></entry><entry><title>Over Specification in Tests</title><link rel="alternate" type="text/html" href="http://agileisrael.org/cs/blogs/royo/archive/2008/07/12/over-specification-in-tests.aspx" /><id>http://agileisrael.org/cs/blogs/royo/archive/2008/07/12/over-specification-in-tests.aspx</id><published>2008-07-12T10:23:07Z</published><updated>2008-07-12T10:23:07Z</updated><content type="html">I&amp;#39;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 Read More......(&lt;a href="http://agileisrael.org/cs/blogs/royo/archive/2008/07/12/over-specification-in-tests.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://agileisrael.org/cs/aggbug.aspx?PostID=1994" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://agileisrael.org/cs/members/Anonymous.aspx</uri></author><category term="Agile" scheme="http://agileisrael.org/cs/blogs/royo/archive/tags/Agile/default.aspx" /><category term="Agile Related" scheme="http://agileisrael.org/cs/blogs/royo/archive/tags/Agile+Related/default.aspx" /><category term="Unit Testing" scheme="http://agileisrael.org/cs/blogs/royo/archive/tags/Unit+Testing/default.aspx" /><category term="Art Of Unit Testing" scheme="http://agileisrael.org/cs/blogs/royo/archive/tags/Art+Of+Unit+Testing/default.aspx" /></entry><entry><title>Poll: What threading features do you use?</title><link rel="alternate" type="text/html" href="http://agileisrael.org/cs/blogs/royo/archive/2008/07/10/poll-what-threading-features-do-you-use.aspx" /><id>http://agileisrael.org/cs/blogs/royo/archive/2008/07/10/poll-what-threading-features-do-you-use.aspx</id><published>2008-07-10T21:57:26Z</published><updated>2008-07-10T21:57:26Z</updated><content type="html">As we are working on the next set of features for Typemock Racer, the threading related test framework , I think it will be nice to know what features and thread constructs people use the most in their applications. The poll below uses flash, if you can&amp;#39;t Read More......(&lt;a href="http://agileisrael.org/cs/blogs/royo/archive/2008/07/10/poll-what-threading-features-do-you-use.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://agileisrael.org/cs/aggbug.aspx?PostID=1993" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://agileisrael.org/cs/members/Anonymous.aspx</uri></author><category term="Agile" scheme="http://agileisrael.org/cs/blogs/royo/archive/tags/Agile/default.aspx" /><category term=".NET" scheme="http://agileisrael.org/cs/blogs/royo/archive/tags/.NET/default.aspx" /></entry><entry><title>A sneak Preview of Typemock Racer : Thread Deadlock Finder</title><link rel="alternate" type="text/html" href="http://agileisrael.org/cs/blogs/royo/archive/2008/07/08/a-sneak-preview-of-typemock-racer-thread-deadlock-finder.aspx" /><id>http://agileisrael.org/cs/blogs/royo/archive/2008/07/08/a-sneak-preview-of-typemock-racer-thread-deadlock-finder.aspx</id><published>2008-07-08T15:42:28Z</published><updated>2008-07-08T15:42:28Z</updated><content type="html">Here&amp;#39;s a sneak preview of the upcoming Typemock Racer product, which I&amp;#39;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 Read More......(&lt;a href="http://agileisrael.org/cs/blogs/royo/archive/2008/07/08/a-sneak-preview-of-typemock-racer-thread-deadlock-finder.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://agileisrael.org/cs/aggbug.aspx?PostID=1988" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://agileisrael.org/cs/members/Anonymous.aspx</uri></author><category term="Agile" scheme="http://agileisrael.org/cs/blogs/royo/archive/tags/Agile/default.aspx" /><category term="Agile Related" scheme="http://agileisrael.org/cs/blogs/royo/archive/tags/Agile+Related/default.aspx" /><category term="Unit Testing" scheme="http://agileisrael.org/cs/blogs/royo/archive/tags/Unit+Testing/default.aspx" /><category term="Art Of Unit Testing" scheme="http://agileisrael.org/cs/blogs/royo/archive/tags/Art+Of+Unit+Testing/default.aspx" /><category term="General Software Development" scheme="http://agileisrael.org/cs/blogs/royo/archive/tags/General+Software+Development/default.aspx" /><category term="Cool Tools" scheme="http://agileisrael.org/cs/blogs/royo/archive/tags/Cool+Tools/default.aspx" /></entry></feed>