Summary
In this chapter, we reviewed the importance of the testing and training phase of the project and how to execute successful testing and training through effective planning and execution using the available tools. The ERP system goes through different testing phases, such as feature testing, system integration testing, UAT, and end-to-end testing, to ensure the overall quality of the configuration and custom features. Testing the ERP system can be costly, and automation testing can mitigate that. Many improvements and new features have been added to Dynamics 365 for Finance and Operations, Enterprise edition to enhance the automated testability of the product. Unit test framework is improved and integrated with Visual Studio to author unit tests for code artifacts and integrate with the build process. Task recorder-based test automation lets developers create a test script by simply importing the task recorder recording in Visual Studio. At the end, we learned the importance of test...