Microsoft Dynamics 365: Finance and Operations Apps Developer — Question 43

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.

After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.

A company is implementing Dynamics 365 finance and operations apps.

The company must test the functionality of its native Dynamics 365 finance and operations apps by using the Acceptance test library (ATL).

You need to implement ATL classes on test data within a development environment.

Solution: Create command classes to run business practices. Call the classes by using the SysTest framework.

Does the solution meet the goal?

Answer options

Correct answer: B

Explanation

The proposed solution does not fully meet the goal because while command classes can be created to run business practices, the ATL classes specifically require a different approach for testing. The SysTest framework is not designed to directly implement ATL functionality, hence the correct answer is B.