Introduction

Completed

In this module, you will get an introduction to test automation in Business Central. Before you release your Business Central application, you should test its functionality to ensure it works as expected. Testing is an iterative process. It is important to create repeatable tests, and it is helpful to create tests that can be automated.

You'll learn how to install and work with the Test Toolkit, which comes with many standard tests. You'll also learn how to create your own test project, how to reference the Test Toolkit apps, and run your tests.

Most examples will use a Docker container because the NavContainerHelper has some built-in commands to install Testing in the environment.

In this module, you'll also find a number of links to Microsoft Learn documentation where you can find additional examples.