nerdexam
Microsoft

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…

Manage testing

Question

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 you recommend?

Options

  • ARegression suite automation tool
  • BBusiness process modeler
  • CSysTest
  • DData task automation

How the community answered

(32 responses)
  • A
    3% (1)
  • C
    91% (29)
  • D
    6% (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

#Unit testing#Dynamics 365 Finance#SysTest#Testing tools

Community Discussion

No community discussion yet for this question.

Full MB-700 Practice