Technical requirements
Like in the previous chapter, we will refer to the LookupValue extension. Its code is to be found on GitHub: https://github.com/PacktPublishing/Automated-Testing-in-Microsoft-Dynamics-365-Business-Central-Second-Edition.
In this chapter, we will continue on the code from Chapter 9, How to Integrate Test Automation in Daily Development Practice: https://github.com/PacktPublishing/Automated-Testing-in-Microsoft-Dynamics-365-Business-Central-Second-Edition/tree/main/Chapter 09 (LookupValue Extension). In the current chapter – Chapter 10 – we will only focus on the Business Central standard tests. We can disregard our own test codeunits, and therefore we can throw them out. We will, however, retain our test libraries.
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 10 (LookupValue Extension).
Details on how to use...