-
Book Overview & Buying
-
Table Of Contents
Automated Testing in Microsoft Dynamics 365 Business Central - Second Edition
By :
Now, with our backpack full of tools handed over in the previous chapters, the customer wish defined, and the test plan, we're set to start creating our first automated test. Yep, it's true that the test design is also available, and that's how it should be before you start coding, but as mentioned, we will use each test example to do the test design detailing specifically.
Let's pick up the fundamental part of our complete customer wish: the extension of the Customer table with a Lookup Value Code field.
FEATURE
The feature we are building with our extension is called LookupValue UT and the specific part we are now working on is the Customer table. This leads to the following FEATURE tag:
[FEATURE] LookupValue UT Customer
SCENARIO
The specific scenario to be implemented and tested is the assignment of a lookup value to a customer, so the SCENARIO tag would be as follows:
[SCENARIO...