Rough Explanation of Test Driven Development (TDD) in SharePoint
Background: Many teams use XP Agile Development. Test driven development (TDD) is a software development process that relies on the repetition of a very short development cycle. Write test code before developing feature will bring a stable and high quality architecture. MSTest is a nice unit test framework, and the Nunit is also a good […]