Looking for more information on unit testing SharePoint? Andrew Woodward from 21 Apps posted a blog post and a detailed…
Read moreUnit testing SharePoint with Isolator – article and white paper
Looking for more information on unit testing SharePoint? Andrew Woodward from 21 Apps posted a blog post and a detailed…
Read moreDon’t miss Roy Osherove at Barcelona TechEd 2008
Microsoft’s Barcelona TechEd 2008 started yesterday – if you happen to be there make sure you don’t miss our very own Roy’s presentations!
Read moreDon’t miss Roy Osherove at Barcelona TechEd 2008
Microsoft’s Barcelona TechEd 2008 started yesterday – if you happen to be there make sure you don’t miss our very own Roy’s presentations!
Read moreRacer Feature Focus – Using Attributes
In the last PDC Microsoft shown a new tool called Chess (http://channel9.msdn.com/pdc2008/TL58/) that will help the user find Concurrent bugs….
Read moreThe Pair Programming Dance
Pair programming is an Agile practice we put much focus on at Typemock. It is also one of my favorites….
Read moreThe Pair Programming Dance
Pair programming is an Agile practice we put much focus on at Typemock. It is also one of my favorites….
Read moreQA, TDD and Unit Testing
How do you perceive quality assurance? Back when I was evangelizing QA in my previous job, I often used the…
Read moreIsolator Extensibility: Properties as Fields
Let’s say I have a class that contains properties:
1 |
<span class="kwrd">public</span> <span class="kwrd">class</span> ClassWithProperties<br />{<br /> <span class="kwrd">public</span> <span class="kwrd">int</span> Number { get; set; }<br /> <span class="kwrd">public</span> List<Product> Products { get; set; }<br />} |
I want to return my own values by faking them and…
Read moreSwapping Collections with Typemock Isolator
One of the new features in Isolator 5.1.1 is fixing an old issue. Let’s say I have a collection I’d…
Read more