What is the purpose of the 'Verify Expression' activity in the UiPath.Testing.Activities package of UiPath?
Given the following SumWorkflow:
What is the appropriate verification required for testing that the SumWorkflow works as expected?
How can the activities covered during a test case execution in UiPath Studio be checked?
Which are the supported object types when creating a new custom field in UiPath Test Manager?
What needs to be provided in order to create a Test Data Queue from static Test Data in UiPath Studio?
Where are Postman collection endpoint activities found after being imported into a Studio library?
What are the available actions that can be taken to manage test sets in UiPath Orchestrator?
What is the correct order of stages of the Testing process?
Instructions: Drag the Description found on the left and drop on the correct order of stages found on the right.
What type of data sources can be used for a data-driven test that will be developed using UiPath Test Suite on Premises version?
What factors influence the calculation of coverage in the Descriptor Coverage feature in UiPath?
How can activity coverage scenarios for different automation needs be created in UiPath?
According to best practices how can reusability be increased between individual test projects?
One requirement of the organization's testing strategy is to attach a screenshot to a test case execution whenever it fails. How can this be achieved?
A developer needs to design a coded automation that approves or denies a loan application based on the loan rate. How should the Execute() entry point method be declared if it needs to return the value for (IsLoanApproved), based on the loan rate (LoanRate)?
DRAG DROP
What is the sequence of execution of the main blocks of a Test Case that has Test Automation Framework attached?
Instructions: Drag the Description found on the left and drop on the correct Sequence of Execution found on the right.
What UiPath Studio tool is used to record and perform actions on real or simulated mobile devices?
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.
The test case was published to Orchestrator. How many Test Runs will be generated when the test case is executed?
SumWorkflow:
TestCase:
TestData.xlsx:
Which of the following descriptions matches the concept of Integration Testing?
What kind of changes can be made to test sets linked from Orchestrator in Test Manager?
What is a limitation when re-executing test case executions for data-driven test cases?