DRAG DROP (Drag and Drop is not supported)
A manufacturing company is implementing Dynamics 365 Supply Chain Management.
The company wants to ensure that they are prepared for the testing phase of the implementation.
You need to validate the solution.
Which type of test should you perform? To answer, drag the appropriate test types to the correct scenarios. Each test type may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.

- See Explanation section for answer.
Answer(s): A
Explanation:

Box 1: Unit Test
Test code for new features and functionality
Unit Testing makes sure that the code works as expected. Also, if there are any changes or any new functionality is implemented, running the unit test makes sure that the code is still behaving properly and the addition of changes hasn't broken it
Box 2: Regression test
Regression testing encompasses activities aimed at ensuring application updates do not cause existing functionality to be compromised. A regression has occurred when new code interferes with or breaks existing code. An example of this might be the addition of a required field on a screen causing downstream processes (where this field was not previously an input) to stop working.
Reference:
https://www.nexsoftsys.com/articles/unit-test-javascript-in-dynamics-365-using-xrmpage.html
https://stoneridgesoftware.com/developing-regression-testing-strategy-in-d365-finance-supply-chain/
Reveal Solution Next Question