You may have already started unit testing. But there’s one large obstacle that stands in your way: dependencies. Most code…
Read moreWebinar – Speeding Up the development of SharePoint Web Parts
Many Web Parts in SharePoint render for capturing data that is stored in a SharePoint list. This means that to…
Read moreHow To Organize Your Tests
Code Testing Tools Impact Your Effectiveness How to Be More Effective with Code Testing It starts out pretty simple. You…
Read moreHow To Name Your First Test
After your loving grandfather, of course. Just kidding. Naming tests correctly is a skill that can determine the effectiveness of…
Read moreHow-To: Returning a Class By Value with Isolator++
Isolator++ has two ways to return stuff for a method. It has the ReturnVal to return values, and ReturnPtr to…
Read more“Why Too Much Mocking is Bad” and Other Questions
Last webinar, “10 secret unit testing tips” was a blast. There were many questions, some I’ve answered. But then I’ve…
Read moreTypemock Tutorials: How to Get Started
Downloaded Typemock Isolator and not sure how to get started? One Typemock customer, Raffaele Garofalo has written a tutorial on…
Read moreTest-Driven-Development with SharePoint 2010 By Andreas Rudolf Aschauer, BSc
Andreas Aschauer studied Software Engineering at Vienna Technical University. Besides his studies he worked as a developer and consultant for…
Read moreFaking WCF Async Calls – Part II
In the last post, I simulated an asynchronous call to WCF, by setting custom code behavior on the Begin and…
Read moreWCF tip – How to fake a method inside WebOperationContext
One of our customers had a very interesting problem. When using he needed to set WCF’s WebOperationContext.Current.IncomingRequest.UserAgent to return a…
Read more