Here are all the actual test exam dumps for IT exams. Most people prepare for the actual exams with our test dumps to pass their exams. So it's critical to choose and actual test pdf to succeed.

Exam UiPath-ADAv1 Topic 16 Question 279 Discussion

Actual exam question for UiPath's UiPath-ADAv1 exam
Question #: 279
Topic #: 16
Consider testing a workflow that computes the sum of two numbers having the data driven test data from the Excel file below:

Expanding the functionality of the workflow to compute the sum of three numbers, the data needs to be updated as well to accommodate the new scenario:

What are steps to do that?

Suggested Answer: A Vote an answer

To update the data to accommodate the new scenario, you need to modify the Excel file that contains the test data and then refresh the test case to reflect the changes. The steps are as follows:
* Open the Excel file that has the test data for the workflow. It should have four columns: Number1, Number2, Sum, and Result.
* Add a new column after Number2 and name it Number3. This column will store the third number for the sum operation.
* Update the existing rows in the Excel file to include a value for Number3 and adjust the value of Sum accordingly. For example, if Number1 is 1, Number2 is 2, and Number3 is 3, then Sum should be 6.
* Save and close the Excel file.
* In UiPath Studio, right click on the test case that uses the Excel file as the test data source and select Update Test Data. This will open a window where you can edit the test data settings.
* In the Update Test Data window, make sure that the Excel file path is correct and that the sheet name is selected. You can also change the name and description of the test data if you want.
* Click OK to save the changes and close the window.
* Right click on the test case again and select Refresh Test Data. This will reload the test data from the Excel file and update the test case accordingly.
You have successfully updated the test data to compute the sum of three numbers instead of two. You can now run or debug your test case with data variations1.

by Phoebe at Mar 16, 2026, 07:58 AM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.