Microsoft Dynamics 365 Business Central Developer — Question 20

You plan to write unit test functions to test newly developed functionality in an app.
You must create a test codeunit to write the functions.
You need to select the property to use for the test codeunit.
Which property should you use to ensure that the requirements are fulfilled?

Answer options

Correct answer: A

Explanation

The correct property to select for the test codeunit is SubType, as it specifically designates the codeunit for testing purposes. The Access property determines visibility and is not relevant to identifying a test codeunit, while the Description property merely provides additional information and does not affect functionality.