QuestionQ1
Resource ManagementWhich users can import projects in Test Manager?
- A Only users who are specifically designated by the admin.
- B Only users with the Import Project permission assigned.
- C Any user who has a valid Test Manager License.
- D Anyone with access to the project.
QuestionQ2
OrchestratorWhat sequence of events takes place when execution of a Test Set begins in UiPath Test Manager?
- A A Test Execution is created in the Execution section, Test Case Logs are generated for all test cases, including those from linked test sets, and results are updated only after all test cases have completed execution,
- B A Test Execution is created in the Execution section, empty Test Case Logs are generated for each test case in the set, and these logs are filled with results as the execution progresses.
- C Empty Test Case Logs are created in the Execution section, a Test Execution is generated for each test case, and results are filled sequentially as each test case completes its execution.
- D A Test Execution is created in the Execution section, Test Case Logs are generated only for automated lest cases, and results are updated in real-time for both manual and automated tests.
Community Discussion
QuestionQ3
DebuggingA test case runs and throws an exception. Which recommended strategy fails the test case while taking a screenshot of the application's current state?
- A Surround the test case in a Try CatchAdd a Verify Expression in the Catch block, configured in the following way:Expression: False -ContinueOnFailure: False
- B Surround the test case in a Try CatchAdd a Verify Expression in the Finally block, configured in the following way:Expression: 1 > 2 -TakeScreenshotIfFailed: True
- C Surround the test case in a Try CatchAdd a Verify Expression in the Catch block, configured in the following way:Expression: False -TakeScreenshotIfFailed: True
- D Surround the test case in a Try CatchAdd a Verify Expression in the Catch block, configured in the following way:Expression: True -TakeScreenshotIfFailed: True
Community Discussion
QuestionQ4
OrchestratorAfter a schedule has been created in UiPath Test Manager, which options are available for that existing schedule?
- A Edit, Delete, Duplicate
- B Edit, Delete, Pause, Resume
- C Edit, Delete, De-activate/activate
- D Edit, Delete, Duplicate, Pause, Resume
Community Discussion
QuestionQ5
Advanced Data ManipulationA test case obtains its test data from an entity named TestEntity2. TestEntity2 contains one reference-type field, ReferencedEntityName, which references the Name field in TestEntity1. Both entities are shown below.

Within a UiPath Studio test case, you must process the ReferencedEntityName field from the generated testEntity2 argument.
What is the correct way to access the value for each record, such as Alin or Ghita?
- A You are not able access the Name field from TestEntity1.
- B Using testEntity2.ReferencedEntityName.Name
- C Using testEntity2.ReferencedEntityName
- D Using testEntity2.Name








Community Discussion