Exam UiADPv1 All QuestionsBrowse all questions from this exam
Question 78

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?

    Correct Answer: B

    In an RPA Testing project, when you create a mock file for a specific sequence, the changes made in the original sequence file are indeed reflected in the mock file upon saving the project. This ensures that the mock file stays up to date with any updates made to the original workflow.

Discussion
AndresPCOption: B

B is the correct one. https://docs.uipath.com/studio/standalone/2022.10/user-guide/mock-testing: Changes made in the source workflow file are applied to the mock file when you Save your project. Alternatively, you can manually sync your mock files. For more information, see Mock Testing Actions.