In this chapter, we have discussed the basics of how to create automated tests in Dynamics 365 Business Central.
We utilized the ATDD test case pattern in order to design each test, and then used it as a base structure in our four-step recipe to create a test codeunit, embed the customer choice into a test, write a test story, and finally construct your real code. You should now be comfortable with writing tests for your extensions according to your business needs.
In the next chapter, we'll explore another important aspect to master when developing solutions for Dynamics 365 Business Central: source code management and DevOps practices.