UiPath UiTAEPv1 - UiPath Test Automation Engineer Professional v1.0 Exam
Page: 3 / 22
Total 110 questions
Question #11 (Topic: Topic 2, UiPath Studio - Testing Panels and Templates
)
What are the specific benefits of using coded automations in UiPath?
A. Coded automations are primarily used to create structured code with no enhanced productivity, performance improvement, or increased readability.
B. Coded automations allow to work with low-code automations only, manage basic automation scenarios and developers find it challenging to maintain the code.
C. Coded automations are used only in complex automation scenarios and they have no role in productivity, performance, hybrid automation or code readability.
D. Coding can increase productivity, manage complex automation scenarios, work seamlessly with low-code automations, enhance performance, and improve code readability.
Answer: D
Question #12 (Topic: Topic 2, UiPath Studio - Testing Panels and Templates
)
What is the purpose of the RunTest block in the Test Automation Framework?
A. RunTest block is where the Test Case is executed. The Placeholder activity changes at runtime into an Invoke Workflow File activity.
B. RunTest block is where the Test Case should be created. The RunTest should contain the actions specific to the Test Case.
C. RunTest block is where workflows specific to the Test Case should be invoked. If an Application Exception occurs, the current transaction is being retried. If a Business Rule Exception occurs, the block will skip the transaction.
D. RunTest block is where the Test Case should be invoked. The RunTest should be replaced at design time with an Invoke Workflow activity referencing the Test Case at the execution time. At the execution time, the Test Case will run instead of the RunTest block.
Answer: A
Question #13 (Topic: Topic 2, UiPath Studio - Testing Panels and Templates
)
According to best practices, how should the renaming, moving, or deleting of test cases in the project be handled?
A. Test cases should be renamed or moved outside of Studio and then re-imported.
B. Do not rename move or delete the test cases outside of Studio.
C. The renaming, moving or deleting of test cases can be handled either inside or outside Studio, there is no preferred way.
D. Test cases can be renamed, moved or deleted outside of Studio.
Answer: B
Question #14 (Topic: Topic 2, UiPath Studio - Testing Panels and Templates
)
Which are the types of coded automations in UiPath?
A. Workflows, Test cases, Source files.
B. Coded workflows, Coded test cases, Coded functions.
C. Coded workflows, Coded test cases, Code source files.
D. Coded workflows, Coded databases, Code source files.
Answer: B
Question #15 (Topic: Topic 2, UiPath Studio - Testing Panels and Templates
)
What happens to the arguments when creating a test case from a workflow?
A. Arguments from the workflow need to be manually imported into the test case.
B. Arguments from the workflow are transformed into variables in the test case.
C. Arguments from the workflow are automatically imported into the test case.
D. Arguments from the workflow are deleted and must be redefined.
Answer: C