UiPath UiTAEPv1 Exam Practice Questions (P. 1)
- Full Access (110 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #1
What is the purpose of UiPath Test Manager Hub?
- ATest execution in a scheduled manner or build-driven through a CI/CD pipeline.
- BIntegration between UiPath Test Suite and third-party ALM tools.
- CReporting and dashboards for test results.
- DManagement of the testing process.
send
light_mode
delete
Question #2
Considering the following snippet, where is LoanRate defined?

- AIn the Object Repository, under the application LoanResults.
- BIn the LoanResults class that contains a setter for LoanRate.
- CIn the UiAutomation class that contains a setter for LoanRate.
- DIn the Object Repository, under the screen LoanResults.
send
light_mode
delete
Question #3
There is a test case that performs multiple verifications.
How can the test case be configured so that the execution stops when a verification fails?
How can the test case be configured so that the execution stops when a verification fails?
- ASet the property ContinueOnFailure of the first Verify activity to False.
- BUse a Stop Job activity after each verification.
- CSet the property ContinueOnFailure of the Verify activities to False.
- DUse a Terminate Workflow activity after each verification.
send
light_mode
delete
Question #4
A developer, who has just discovered Test Suite, built a test case that checks if the SumWorkflow correctly performs the sum of 2 integers, using different input values from an Excel file.
What could be considered an improvement in the way the test was developed?
SumWorkflow:

TestCase:

TestData.xlsx:
What could be considered an improvement in the way the test was developed?
SumWorkflow:

TestCase:

TestData.xlsx:

- AUse the Excel file as a Data Variation Source, instead of iterating through it inside the test case.
- BReplace the Verify Expression activity with Verify Expression with Operator to benefit from built-in operators.
- CSurround the SumWorkfiow in a Retry Scope to improve error handling.
- DReplace the Given-When-Then structure with a custom-built framework.
send
light_mode
delete
Question #5
How can an input argument be set for a Test Case in an existing Test Set?
- AEdit the Test Set in UiPath Test Manager and change the value by adding or editing the argument of the Test Case in the Arguments section.
- BAn input argument value ca be changed only at Test Case level in UiPath Test Manager, not at the Test Set level.
- CEdit the Test Set in UiPath Orchestrator and change the value by adding or editing the argument value of the Test Case in the Arguments section.
- DAn input argument value ca be changed only at Test Case level in UiPath Orchestrator, not at the Test Set level.
send
light_mode
delete
All Pages