Month End Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

UiPath Certified Professional - Developer Track UiPath-TAEPv1 UiPath Study Notes

UiPath Test Automation Engineer Professional v1.0 Exam Questions and Answers

Question 29

Which are the sub-tasks available under test task in UiPath CLI?

Options:

A.

Convert: converts test results written as CSV to another format.

Run: tests a given package, or runs an existing Test Set on Orchestrator.

B.

Convert: converts test results written in JSON or CSV to another format.

Run: tests a given package, or runs an existing Test Set on Orchestrator.

C.

Convert: converts test results written in JSON to another format.

Run: tests a given package, or runs an existing Test Set on Orchestrator.

D.

Convert: converts test results written in JSON to another format.

Test: tests a given package.

Run: runs an existing Test Set on Orchestrator.

Question 30

Given the following SumWorkflow:

What is the appropriate verification required for testing that the SumWorkflow works as expected?

Options:

A.

"sum = expectedSum"

B.

sum

C.

no1 + no2 = expectedSum

D.

sum.Equals(expectedSum)

Question 31

What are the steps to delete a test schedule in UiPath Orchestrator?

Options:

A.

Open your folder, move to Testing > Test Schedules, open a test schedule, and click on Delete, click OK to confirm.

B.

Open your project, navigate to Testing > Test Schedules, select a test schedule, click on More Options > Remove, click Confirm for deletion.

C.

Open your folder, navigate to Testing > Test Schedules, select a test schedule, and go to More Actions > Edit, click Delete click OK to confirm.

D.

Open your folder, navigate to Testing > Test Schedules, select a test schedule, and go to More Actions > Delete, click OK to confirm.

Question 32

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?

Options:

A.

Set the property ContinueOnFailure of the first Verify activity to False.

B.

Use a Stop Job activity after each verification.

C.

Set the property ContinueOnFailure of the Verify activities to False.

D.

Use a Terminate Workflow activity after each verification.