Test Driven Development (TDD) in SharePoint

Test-driven development (TDD) is a Computer programming technique that involves writing tests first and then implementing the code to make them pass. The goal of test-driven development is to achieve rapid feedback and implements the "illustrate the main line" approach to constructing a program. This technique is heavily emphasized in Extreme Programming.

Unit Testing in SharePoint has never been a simple task. There are numerous dependencies on the platform. Because of this, TDD has even more difficult. Practices of isolating the test from the SharePoint platform become complicated and can best be accomplished with the use of Mock objects.

External References

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.

Creative Commons License
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 Unported License. Hosted generously by CustomWare