Tag: devops
-
The Importance of Automated Testing in Dynamics 365 Projects and How to Set Up CI/CD
Today I want to talk about something that transforms how you deliver Dynamics 365 projects. Automated testing combined with CI/CD pipelines. If you are still manually testing every change and deploying solutions by hand, you are spending too much time on repetitive work and taking unnecessary risks. I recently implemented…
-
The Importance of Integration Testing in Dynamics 365 Plugin Projects
Today I want to talk about something that can save you from painful production issues. If you are writing plugins for Dynamics 365, unit tests are great, but they are not enough. You need integration testing. I have seen countless projects where plugins pass all unit tests with flying colors,…