UiPath Test Automation Engineer Professional v1 — Question 4
What are the mock testing conditions in UiPath?
Answer options
- A. • There can be only one mock file for a workflow • Nested mocks are available • Mock.json file does not contain configuration settings for mock files • Changes made in the source workflow file are not applied to the mock file when the project is saved
- B. • There can be multiple mock files for a workflow • Nested mocks are not available • Mock.json file contains configuration settings for mock files • Changes made in the source workflow file are applied to the mock file when the project is saved
- C. • There can be multiple mock files for a workflow • Nested mocks are available • Mock.json file contains configuration settings for mock files • Changes made in the source workflow file are not applied to the mock file when the project is saved
- D. • There can be only one mock file for a workflow • Nested mocks are not available • Mock.json file contains configuration settings for mock files • Changes made in the source workflow file are applied to the mock file when the project is saved
Correct answer: C
Explanation
The correct answer is C because it accurately states that multiple mock files and nested mocks can exist and that the Mock.json file contains configuration settings. Options A, B, and D contain inaccuracies regarding the conditions for mock files and their relationship with the source workflow file.