Technical requirements
The LookupValue extension we are going to build in this book can be found on GitHub: https://github.com/PacktPublishing/Automated-Testing-in-Microsoft-Dynamics-365-Business-Central-Second-Edition.
This repository also includes an Excel file containing a list of all ATDD scenarios that apply to the LookupValue extension. You can find the various ATDD sheets here: https://github.com/PacktPublishing/Automated-Testing-in-Microsoft-Dynamics-365-Business-Central-Second-Edition/tree/main/Excel sheets. Even though we will pick out specific scenarios as examples to elaborate on, note that the whole list of scenarios has been conceived upfront describing, in full, the customer wish.
The final code of this chapter can be found in https://github.com/PacktPublishing/Automated-Testing-in-Microsoft-Dynamics-365-Business-Central-Second-Edition/tree/main/Chapter 06 (LookupValue Extension).
Details on how to use this repository and how to set up VS Code and the Business...