UiPath Automation Developer Professional v1 — Question 79
How are mock files organized in an automation project structure?
Answer options
- A. They are stored in a dedicated folder for mock testing configuration.
- B. They are stored in a separate folder called “Mocks”.
- C. They are stored in the same folder as the source workflow.
- D. They are stored in a nested structure based on the source workflow’s file tree.
Correct answer: B
Explanation
The correct answer is B because mock files are typically organized in a separate folder specifically designated for them, making them easier to locate and manage. Options A and C are incorrect as they do not reflect the standard organization of mock files, while option D suggests an overly complex structure that is not common practice.