MB-700 · Question #198
A customer is preparing to upgrade to a new version of Dynamics 365 Finance. Unit testing is required prior to the upgrade. You need to recommend a testing tool for unit testing. Which tool should…
The correct answer is C. SysTest. SysTest (C) is the correct answer. SysTest is the built-in X++ unit testing framework in Dynamics 365 Finance (and its predecessor AX), designed specifically for developers to write and execute unit tests against code before upgrades or deployments. The other options serve…
Question
Options
- ARegression suite automation tool
- BBusiness process modeler
- CSysTest
- DData task automation
How the community answered
(32 responses)- A3% (1)
- C91% (29)
- D6% (2)
Explanation
SysTest (C) is the correct answer. SysTest is the built-in X++ unit testing framework in Dynamics 365 Finance (and its predecessor AX), designed specifically for developers to write and execute unit tests against code before upgrades or deployments. The other options serve different purposes: the Regression Suite Automation Tool (RSAT) (A) is used for automated regression testing of end-to-end business processes, not developer-level unit tests; the Business Process Modeler (B) is used to document, map, and manage business processes - it has no test execution capability; and Data Task Automation (D) is used to automate data management tasks such as data import/export, not to run unit tests.
Topics
Community Discussion
No community discussion yet for this question.