The document discusses automated testing for Dynamics CRM, specifically focusing on unit testing custom workflow activities using Moq and the XRM Test Framework. It covers the importance of unit tests, including their ability to validate components independently and speed up the development process without requiring deployment. Additionally, it provides guidance on when to run tests, emphasizing integration into continuous build processes.
Related topics: