Introduction

Completed

Finance and operations apps provide many tools that you can use to test new code upgrades or customizations. As a developer, it is important that you use the test frameworks when designing changes to the code base. Not doing so introduces a level of risk every time the new system is used.

By using the test framework, you can test the functionality of your code and catch potential regressions when the code base is modified. This effort will help you avoid pushing anything into an environment that should not be included.