DRAG DROP (Drag and Drop is not supported)
A company uses Dynamics 365 Supply Chain Management.
You are performing regression testing using the Regression suite automation tool (RSAT). You observe that invoice totals for some sales orders are lower than expecteD.
You need to ensure that the invoice totals are correct.
What should you do? To answer, drag the appropriate actions to the correct scenarios. Each action 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: Use a test case operator.
Supported operators are +, -, / and ''.
Capturing a value in one step and adding it into a value captured in a subsequent step can now provide you with a logical step using comparison operators such as “=”, “<” ,” >”, etC.
Box 2: Validate the control gesture
RSAT allows you to include validation steps within your test case to validate expected values.
Note: Validation steps are also critical when the expected results should be verified as a part of the test case. Where an inventory quantity should be updated and verified from a Sales Order that has been picked, packed and invoiced, it is useful to have such a validation step in your recording.

Planning test cases by role will allow you to use validations to verify results as well as test your security to prepare for update or testing of a new security role.
Incorrect:
* Add an info step control gesture
“Gesturing” is the use of special Task Recorder functions, such as Copy and Paste”, which, are not viewable in the recording but are understood by RSAT. These functions make note of fields of your choosing and, upon creating the executables and parameter files in RSAT, convert those gestures into variables which can be used to “chain” your test cases together.
Reference:
https://www.avantiico.com/regression-suite-automation-tool-d365-finance-operations/
https://learn.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/perf-test/rsat/rsat-tutorial
Reveal Solution Next Question