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

Ace Your UiPath-TAEPv1 UiPath Certified Professional - Developer Track Exam

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

Question 25

How to document a test case using Task Capture?

Options:

A.

1. Open the project in Test Manager

2. Open the Test Requirement tab

3. Open a test case in Test Manager that should be documented

4. Click Document with Task Capture

5. Start capturing the test steps based on the test case description

B.

1. Open the project in Test Manager

2. Open a test case in Test Manager that should be documented

3. Open the Test Requirement tab

4. Open the Manual Steps tab

5. Stat capture the test steps based on the test case description

C.

1. Open the project in Test Manager

2. Open the Test Requirement tab

3. Open the Manual Steps tab

4. Click Document with Task Capture

5. Stat capture the test steps based on the test case description

D.

1. Open the project in Test Manager

2. Open a test case in Test Manager that should be documented

3. Open the Manual Steps tab

4. Click Document with Task Capture

5. Stat capture the test steps based on the test case description

Question 26

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)?

Options:

A.

public (int LoanRate) Execute(bool IsLoanApproved)

B.

public int Execute (bool IsLoanApproved)

C.

public bool Execute (bool IsLoanApproved, int loanRate)

D.

public (bool IsLoanApproved) Execute(int LoanRate)

Question 27

What type of data can be added to the Tester Comment field?

Options:

A.

Text and Screenshot

B.

Text and documents

C.

Text and Video recording

D.

Only text

Question 28

A developer has a test case created in Studio that is linked to a Test Data Queue in Orchestrator. Recently, the data in the Test Data Queue have been updated. What is the fastest way for the developer to test with the new test data?

Options:

A.

Using "Run" on the specific test case in Test Explorer panel.

B.

Right click on the test case in Project panel + 'Update Test Data' + 'Run File" on the specific test case in Design tab.

C.

Using "Run File' on the specific test case in Design tab.

D.

Using 'Update Test Data' + 'Run' in Test Explorer panel.