Summary
In this chapter, we paid attention to a number of best practices on how to embed test automation in your daily development practice. Get your functional peers writing ATDD scenarios to make use of the Excel sheet discussed. Do not overload yourself and your team and take small steps. Use the test tool next to your development tools and keep the tests running. Be aware that test code is also code, so maintain it as you maintain your application code. Organize your final application app, and its accompanying test app, in such a way that tests cannot be run in a production environment accidentally. And last but not least, automate parts of your development processes with automated builds that include running your tests.
In the next chapter, Chapter 10, Getting Business Central Standard Tests Working on Your Code, we will have a closer look at the tests provided by Microsoft and how we could also integrate this humongous collateral of standard tests.