QuestionQ250

Develop and test code

A company uses Dynamics 365 finance and operations apps.

The company must ensure that employees follow best practices while performing data validation and functional, regression, and user acceptance testing in the finance and operations apps.

You need to choose the appropriate testing framework or functionality.

Which testing framework or functionality should be used for each scenario?

Each testing framework or functionality can be used once, more than once, or not at all.

Drag & Drop
Task recorder
SysTest framework
Acceptance test library (ATL)
Regression suite automation tool (RSAT)
Run a suite of tests to reduce user acceptance testing cost and time.
Document steps a user performs in an application for testing purposes.
Create consistent test data using structured, readable code.
Allow for continuous validation of code changes in a development environment.
Explanation

RSAT automates business-process and user acceptance test suites, reducing UAT time and cost. Task recorder captures the steps of a business process. ATL supplies X++ test helpers that create consistent test data and improve test-code readability. SysTest is used for unit tests together with build/test automation, supporting continuous validation of development changes.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!