MB-700 · Question #11
You are an architect implementing a Dynamics 365 Finance environment. You need to analyze test results generated by the development team. Which tool should you use?
The correct answer is D. SysTest. SysTest is the built-in unit testing framework in Dynamics 365 Finance & Operations. Developers write test classes that extend SysTestCase, and architects use SysTest to run and analyze those automated unit test results within the development environment. Trace Parser is used to
Question
Options
- ATrace parser
- BTask Recorder
- CRegression suite automation tool
- DSysTest
How the community answered
(41 responses)- A2% (1)
- B12% (5)
- C5% (2)
- D80% (33)
Explanation
SysTest is the built-in unit testing framework in Dynamics 365 Finance & Operations. Developers write test classes that extend SysTestCase, and architects use SysTest to run and analyze those automated unit test results within the development environment. Trace Parser is used to analyze performance traces (not test results). Task Recorder captures UI actions for documentation or RSAT scripts. RSAT (Regression Suite Automation Tool) automates functional regression tests via recorded scripts but is not the tool used to analyze developer-written unit test output - that role belongs to SysTest.
Topics
Community Discussion
No community discussion yet for this question.