Tag Archives: Test Driven Development

SharePoint Pod Shows on TDD at MVP Summit 2009

Ever wondered if it was possible to do Test Driven Development on SharePoint projects?   Have you been reading the blog posts and white papers here at 21apps.  Got involved in the debate with Eric Shupps? The SharePoint Pod Show team … Continue reading

Posted in SharePint | Tagged , , | 3 Comments

The cost of Test Driven Development

A short and to the point post by Dror Helper at Typemock looks at industry findings on the cost benefits of doing TDD. The Cost of Test Driven Development ..the research proved two points: Using TDD reduce the amount of … Continue reading

Posted in Development, Testing | Tagged | 4 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 in SharePoint Using DI – Summary

This post is part of a series on Test Driven Development – Using Dependency Injection In this 5 part series we refactored the solution developed in our white paper Unit Testing SharePoint – Getting into the Object Model to make … Continue reading

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

TDD in SharePoint – Step 2 Implementing DI

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 and … Continue reading

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

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 – Introduction to common vocabulary

This post is part of a series on Test Driven Development – Using Dependency Injection There are a number of terms that you are likely to hear very early on in your journey to Test Driven Development, these terms generally … Continue reading

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

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 , , | 2 Comments

Applying DDD, TDD and Patterns to enable Reuse your SharePoint Code

John W Powell has posted a great article on MSDN where he explains how he used Domain Driven Design (DDD), Test Driven Development (TDD) and design Patterns to create a framework for working with the SharePoint. He goes into detail … Continue reading

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

Does TDD speed up development?

Scott Bellware posted a great article on what is often one of the main reasons for people dropping or never starting TDD or Unit Testing; often stating ‘It takes longer doing TDD’ and ‘I can code this much quicker without … Continue reading

Posted in Agile, Development | Tagged , | 3 Comments