Tag Archives: TypeMock

Interviewed by Typemock

At the recent SharePoint Conference in Vegas I took a few minutes out to talk to Gil Zilberfeld of Typemock about what 21apps is doing with SharePoint and what I see as the next steps in the community regarding SharePoint … Continue reading

Posted in Agile, Development, SharePoint, Testing | Tagged , , | Leave a comment

Small steps for testing, big steps for SharePoint testing

Following on from my rant response yesterday about the more negative views from the SharePoint community my reading this morning was so much more positive. Unit Testing Workflows In my response to a question from Aaron Weiker I said that … Continue reading

Posted in SharePoint, Testing | Tagged , , | 1 Comment

Typemock ASP.Net Bundle – get a free license

One of my favourite tools Typemock has just been released in a fantastic ASP.Net bundle and have once again offered this up to the blogging community to get for free. Unit Testing ASP.NET? ASP.NET unit testing has never been this … Continue reading

Posted in Testing | Tagged , | 3 Comments

More great Unit Testing SharePoint Examples

Great to see that more people are publishing their experiences with unit testing SharePoint.   Here are some of examples I have found that are really worth looking at: Richard Fennell – Testing SharePoint Workflows using TypeMock Isolator (part 1, part … Continue reading

Posted in SharePoint, Testing | Tagged , | 36 Comments

Best Practices: Test Driven Development with SharePoint Slide Deck

In contrast to the Agile SharePoint development with Scrum session this was very light on the slides.  In good Agile tradition I adopted a Pair Programming approach with me at the keyboard and the audience been my code buddy.  Everyone … Continue reading

Posted in Agile, Development, SharePoint | Tagged , , , | 3 Comments

TDD Using Dependency Injection – Step 1. Refactoring

This post is part of a series on Test Driven Development – Using Dependency Injection We introduced some terms previously to help describe some of the things we need to do in order to make our code more testable.  In … Continue reading

Posted in Agile, Development, SharePoint | Tagged , , | 1 Comment

TDD in SharePoint – Using Dependency Injection

In our previous white paper Unit Testing SharePoint – Getting into the Object Model we introduced the concept of mocking, looked at the new Typemock Isolator AAA API to demonstrate testing against SPSite, SPWeb, SPList and SPListItem objects and reinforced … Continue reading

Posted in Agile, Development, SharePoint, Testing | Tagged , , | 1 Comment

Unit Test SPSite construction Exceptions with new Isolator method

In our white paper Unit Testing SharePoint Solutions – Getting into the Object Model we needed to use Natural Mocks to allow the testing exceptions that are thrown as part of the the SPSite constructor.  Our test code looked like … Continue reading

Posted in Agile, Development, SharePoint, Testing | Tagged , | 2 Comments

Isolator for SharePoint

Another great day for SharePoint developers.   Typemock have announced the introduction of Isolator for SharePoint. Take a look at our white paper showing Isolator in action and how this really does make Unit Testing your SharePoint solutions that much easier. … Continue reading

Posted in Agile, SharePoint, Testing | Tagged | Leave a comment

Unit Testing SharePoint – Getting into the Object Model

The white paper and associated code can be found here Unit Testing SharePoint Solutions – Getting into the Object Model The first document in the Beginners Guide to Test Driven Web Part Development Series provided an introduction to unit testing, … Continue reading

Posted in Agile | Tagged , , | 20 Comments