UiPath Automation Developer Professional v1 — Question 66
In an RPA Testing project, you created the mock “MySequencemock” for the file “MySequence”. You have the update “MySequence” and add a Log Message activity and a Verify Expression activity.
What will happen to “MySequencemock” file when you save the project, assuming that the file is closed?
Answer options
- A. Only the Verify Expression activity will be added to the mock file.
- B. The changes made in “MySequence” workflow file are applied to the mock file.
- C. Only the Log Message activity will be added to the mock file.
- D. The changes made in “MySequence” workflow file are not applied to the mock file.
Correct answer: B
Explanation
The correct answer is B because when you save the project, the mock file is updated to reflect the changes made in the original workflow file. Options A and C are incorrect as they suggest that only specific activities would be added, while D is wrong since changes are indeed applied to the mock file.