Summary
In this chapter, we discussed in a nutshell what the Test Tool is, and you learned how to use it to run your tests, or even run the collection of tests Microsoft has built and provided us with. You got a short overview of the various categories of tests this vast collection contains. You concluded this chapter with a brief description of the 100 libraries containing useful helper functions to support your own test writing.
Now that you have understood the various test features that exist in Dynamics 365 Business Central, you are ready to go and start designing and coding your own tests. We will start Chapter 5, Test Plan and Test Design, to introduce several design patterns that facilitate easier fand consistent test case coding.