exam questions

Exam UiTAEPv1 All Questions

View all questions & answers for the UiTAEPv1 exam

Exam UiTAEPv1 topic 3 question 7 discussion

Actual exam question from UiPath 's UiTAEPv1
Question #: 7
Topic #: 3
[All UiTAEPv1 Questions]

What are the mock testing conditions in UiPath?

  • 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
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
RRR1234567
3 weeks, 1 day ago
Selected Answer: B
Mock Testing Conditions Within mock files, you can only edit the mocked activities. You can have multiple mock files for a workflow. Nested mocks are unavailable as you cannot use Surround with Mock on existing mock activities. The mock.json file contains configuration settings for mock files. In a Given-When-Then test case structure, Surround with mock is only available for activities within When. 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. Synchronization does not work if the mock file is open with changes to be saved. Deleting a workflow associated with a mock file prompts you to choose whether you want to remove both files. The activity coverage indicator only takes into account the activities included in the source workflow, thus, not calculating any coverage of your mock activities.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...