Weekend Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

What is the purpose of using test case templates in UiPath?

A.

To use them as base models for the test cases needed.

B.

To convert them into workflows and publish them for execution.

C.

To be used as a direct replacement for regular test cases.

D.

To store them in a library alongside their respective test data variations.

Where should be navigated in UiPath Test Manager in order to configure a new Jira connection?

A.

Navigate to the External Connections tab within Admin Settings.

B.

Navigate to the Integrations tab within Admin Settings.

C.

Navigate to the Connection tab within Project Settings.

D.

Navigate to the Integration tab within Project Settings.

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:

A.

Use the Excel file as a Data Variation Source, instead of iterating through it inside the test case.

B.

Replace the Verify Expression activity with Verify Expression with Operator to benefit from built-in operators.

C.

Surround the SumWorkfiow in a Retry Scope to improve error handling.

D.

Replace the Given-When-Then structure with a custom-built framework.

What type of file is generated when exporting a project from a Test Manager instance?

A.

JSON file

B.

ZIP file

C.

TMH file

D.

TML file

What programming language can be used in Coded Workflows?

A.

VB.Net

B.

C#

C.

C# and VB.Net

D.

VBScript

Considering the provided configuration for Workflow Analyzer Settings, how many testing rules applied will be classified as an "Error"?

A.

0

B.

1

C.

3

D.

4

What are the steps to re-execute a test case from UiPath Orchestrator?

A.

Navigate to Testing > Test Cases, select a test run, go to More actions > Details, select a test case, and go to More actions > Re-execute.

B.

Navigate to Testing > Test Executions, select a test run, go to More actions > Details, select a test case, and go to Details > Re-execute.

C.

Navigate to Testing > Test Executions, select a test run. go to More actions > Details, select a test case, and go to View Assertions > Re-execute.

D.

Navigate to Testing > Test Executions, select a test run, go to More actions > Details, select a test case, and go to More actions > Re-execute.

What factors influence the calculation of coverage in the Descriptor Coverage feature in UiPath?

A.

The total number of selectors in a test case execution.

B.

The number of selectors that have been manually verified.

C.

The number of times a selector has been successfully executed.

D.

The total number of selectors available in the Object Repository.

Who can import projects in Test Manager?

A.

Only users who originally created the artifact in the ALM system.

B.

Anyone with access to the project.

C.

Any user that has a valid Test Manager License.

D.

Only users that are specifically designated by the admin.

What are the possible scenarios where Test Manager API can be used to integrate UiPath Test Manager with other tools?

A.

Fetch results into external tools.

B.

Assign test cases to external automations.

C.

Synchronize test sets with external automations.

D.

Create requirements in external tools.