What is the correct order of interaction between UiPath and a mobile device during mobile automation?
AUiPath uses Mobile Driver to connect to Appium Server, which communicates with Appium on the device to control mobile actions.
BUiPath connects directly to the device via the Mobile Driver, bypassing Appium Server for faster automation.
CAppium on the device initiates communication with the UiPath Mobile Driver, which then forwards commands to the Appium Server.
DUiPath uses standard UI automation activities to directly control the device without the need for Appium Server or Mobile Driver.
What is the distinguishing factor for a library project in UiPath Studio?
AIt tests the business process.
BIt automates the business process.
CIt enables an action or a series of actions to be reusable.
DIt enables an action or a series of actions to be marked as consumed.
Which of the following best practices should be applied when designing test cases in UiPath Studio for effective automated testing?
AImplement modular workflows and use the Object Repository for improved reusability and maintainability.
BDesign each test case to verify multiple features simultaneously for efficiency.
CUse hard-coded values for test inputs to maintain consistency across test runs.
DCreate test cases that are dependent on each other to ensure a logical flow of testing.
What actions are needed in UiPath Test Manager in order to transfer the Project Owner role to a different user?
ASelect the Project Owner role in the Platform Role Assignments tab from the UiPath Test Manager settings.
BSelect the Project Owner role in the Manage Access tab from the Project Settings panel for the specified user.
CAssign the Project Owner role in the Role Assignments tab from the UiPath Test Manager settings.
DSelect the new user via the Ownership tab in Project Settings.
What is the role of the JSON schema in test data queue creation?
AIt is used to encode the data into a format that can be easily read and processed by the UiPath Orchestrator.
BIt formats the data properly to support uploading items to the test data queue.
CIt usually describes the default values for the queue items.
DIt is used to connect UiPath Studio with Orchestrator during test data queue creation.
What is the process of transforming an existing workflow into a test case within UiPath Studio?
AIn UiPath Studio, converting a workflow into a test case is done by searching for the workflow, left-clicking on it, and selecting the option to “Convert to Test Case” from the Design ribbon.
BIn UiPath Studio, converting a workflow into a test case is done by locating the workflow, right-clicking on it, and selecting “Create Test Case”.
CThere is no option to convert a workflow into a test case using UiPath Studio.
DIn UiPath Studio, converting a workflow into a test case is done by locating the workflow, right-clicking on it, and selecting “Convert to Test Case”.
When is it best to use the Random String activity?
AWhen you need to generate a random string from a 1-column list provided in a CSV file for testing purposes.
BWhen you need to generate a random string with a specific length, case, and a date range for testing purposes.
CWhen you need to generate a random string with a specific length, case, and a maximum number range for testing purposes.
DWhen you need to generate a random string with a specific length and case for testing purposes.
What are the prerequisites of executing a manual test case from UiPath Test Manager?
AManual steps need to be defined for any test case in order to start a manual execution.
BOnly automated test cases with manual steps can be used in order to start a manual execution.
CThere is no prerequisite in order to start a manual execution.
DOnly manual test cases with manual steps defined can be used in order to start a manual execution.
How does UiPath Task Capture assist in the documentation of test cases?
AUiPath Task Capture aids in documenting test cases by capturing the execution flow, collecting every click and type into actions, and manually allowing the user to add attachments and screenshots for each recorded action.
BUiPath Task Capture aids in documenting test cases by capturing the actions, manually taking screenshots, and collecting data about the process statistics.
CUiPath Task Capture aids in capturing repetitive tasks without the possibility of exporting the documentation.
DUiPath Task Capture aids in documenting test cases by capturing the steps, taking screenshots, and collecting data about the process statistics.
What are all the actions that can be taken for a test case that already contains data variation?
AAdd test data, remove test data, and modify the test data JSON file.
BAdd test data, update test data, remove test data, and modify the test data JSON file.
CAdd test data, update test data, and remove test data.
DUpdate test data, remove test data, and modify the test data JSON file.
What happens when Test Cases are imported into the current project?
AThe imported XAML files are immediately ready to be published without further modification.
BThe imported XAML files are added to the project as template test cases.
CThe imported XAML files are added as workflows in the project.
DThe imported XAML files are added to your project as non-publishable test cases.
Based on the selector configuration shown in the screenshot, what role do the Selector Accuracy and Image Accuracy sliders play in UiPath’s mobile automation design?
AThey fine-tune the number of retries the automation will attempt before stopping.
BThey adjust how frequently the automation checks the screen for changes during execution.
CThey fine-tune the tolerance for matching UI elements when exact matches are unreliable or unavailable.
DThey control the zoom level and resolution of the mobile emulator used during testing.
When is it necessary to utilize the Mobile Device Manager?
ABoth at design-time and at run-time.
BNever.
CAt run-time.
DAt design-time.
What is a recommended approach when the ‘Given’ section in a Given-When-Then test case becomes too large and difficult to manage?
AIncrease hardware resources to accommodate the complex ‘Given’ steps.
BA test case should have one specific purpose only. It's ok to have a comprehensive ‘Given’ section.
CIt’s ok as long as the ‘Then’ section still verifies the correct behavior.
DRedefine the test case to increase granularity or perform refactoring.
What information is preserved when test sets are exported and subsequently imported into a new project?
AThe custom field definitions
BLinks between the test sets and their related test cases
CThe original project’s settings
DThe relationship between test sets and requirements
What is the purpose of setting the Clipboard data field under the manual steps of a test case?
ASaving the output of the test case for future use.
BHolding the expected state of the application after the test case was executed.
CEliminating the need for manual entry into input fields.
DOutlining the tasks that need to be completed before the start of testing.
What file format is supported when importing manual test cases into UiPath Test Manager using UiPath Autopilot for Testers?
APDF files.
BExcel (.xlsx) files.
CCSV files.
DPlain text (.txt) files.
Which technology types are supported by Test Suite’s broad test automation capabilities?
AOnly Web, Mainframe and Desktop applications with REST API support.
BWeb, Desktop, and Mobile with integrated CI/CD and machine learning models testing.
CWeb, Native Desktop, Citrix, SAP, and API limited to CI/CD.
DCitrix, Web, Desktop, SAP, Mainframe, API, and Mobile.
After creating a schedule in UiPath Test Manager, what options does a user have on the already created schedule?
AEdit, Delete, Duplicate
BEdit, Delete, Pause, Resume
CEdit, Delete, De-activate/activate
DEdit, Delete, Duplicate, Pause, Resume
What does the Automation Rate KPI from the Test Manager Dashboard measure?
AThe Automation Rate indicates the degree of automation of the current test project.
BThe Automation Rate indicates the degree of automation of all the published test projects in the current tenant.
CThe Automation Rate indicates the degree of automation of all the test projects of the current organization
DThe Automation Rate indicates the degree of automation of all the test projects of the current tenant.
Is it possible to upload the results from UiPath Studio to UiPath Test Manager?
AIt is possible to upload the results of a test case from UiPath Studio to UiPath Test Manager by selecting the test case in the Project panel –> Right click –> Upload results to Test Manager
BIt is possible to upload the results of a test case from UiPath Studio to UiPath Test Manager by selecting the execution in Test Explorer Panel –> Right click –> Upload results to Test Manager
CThere is no option to upload local results from UiPath Studio to UiPath Test Manager.
DIt is possible to upload the results of a test case from UiPath Studio to UiPath Test Manager by selecting the execution in the Test Explorer Panel –> Upload execution to Test Manager
If during the importing process in Test Manager, a file attachment exceeds the size limits, what happens to this attachment?
AThe attachment gets skipped.
BThe entire import process is aborted.
CThe file gets automatically compressed.
DThe user is prompted to manually reduce the file size.
When a test case and its associated execution template are run or debugged, they are merged into a temporary file. What is the outcome for the corresponding collection of arguments and variables from both files, which are compared by name during runtime?
AOnly the matching arguments or variable names between them are kept; all the others are dropped.
BThey are combined in a new collection, and the ones from the test case are prefixed by their name.
CThey will be linked in the Invoked Workflow File after the merge.
DThey are ignored, and a new collection is created by adding a prefix for all of them.
What is the purpose of scheduling a due date for manual executions in UiPath Test Manager?
ATo make sure a user is assigned to the manual execution.
BTo track the progress of test cases and ensure the timely completion of manual testing tasks.
CTo automatically execute test cases when the due date is reached.
DTo make sure that if the date passes without running the test case log, the due date is automatically increased.
What is the outcome for the Orchestrator automations linked to test cases when the test cases are exported and re-imported into a different tenant?
AThe Orchestrator automations need to be reselected and associated with the test cases in the new tenant after import
BThe Orchestrator automations associated with the test cases are deleted during the transfer
CThe Orchestrator automations linked with the test cases are paused until they are manually restarted in the new tenant
DThe Orchestrator automations associated with the test cases are preserved during the export and re-import process