Free UiPath UiSTEPv1 Exam Questions (page: 2)

In a CI/CD pipeline, which UiPath CLI command should be used to create the .nupkg package from the project?

  1. Run
  2. Publish
  3. Deploy
  4. Pack

Answer(s): B

Explanation:

In a CI/CD pipeline, the UiPath CLI publish command is used to generate the .nupkg package from a UiPath project. This package can then be pushed to Orchestrator or another feed for deployment. The publish step compiles the project and outputs the distributable .nupkg file.



When importing manual test cases in Test Manager, what action should be taken if the initially imported test cases are unsatisfactory?

  1. Export the test cases and re-import them.
  2. Use the "Bulk edit" option to modify multiple imported test cases simultaneously.
  3. Select "Refine import" and provide additional instructions.
  4. Use the "Edit" feature to manually adjust each imported test case's details.

Answer(s): C

Explanation:

In UiPath Test Manager, if the initially imported manual test cases are unsatisfactory, the "Refine import" option allows you to reprocess the same file with additional mapping rules or adjustments. This avoids starting over, ensuring test cases are correctly structured without the need for full re-import or manual edits.



A developer is building a test case that checks if the SumWorkfiow correctly performs the sum of 2 integers, trying to use different input values from an Excel file.
What could be considered an improvement in the way the test was developed?

SumWorkflow:



TestData.xlsx:

  1. Replace the Given-When-Then structure with a custom-built framework.
  2. Use the Excel file as a Data Variation Source, instead of iterating through it inside the test case.
  3. Surround the SumWorkflow in a Retry Scope to improve error handling.
  4. Replace the Verify Expression activity with Verify Expression with Operator to benefit from built-in operators.

Answer(s): B

Explanation:

In UiPath Test Manager and Studio, test cases can directly use external data sources (like Excel files) as Data Variation Sources. This approach eliminates the need for manually iterating through rows within the test logic.
Instead, each row in the Excel file becomes a separate test execution, which improves readability, maintainability, and reporting in test results.



Considering the following testing setup"

TestSetA which contains TestCase1, TestCase2, TestCase3
TestCase1 is linked to TestDataQueue1 which contains 1 item TestCase2 is linked to TestDataQueue2 which contains 2 items TestCase3 is linked to TestDataQueue3 which contains 3 items

How many test case executions will be generated by starting TestSetA?

  1. 0
  2. 1
  3. 3
  4. 6

Answer(s): D

Explanation:

Each test case is executed once per item in its linked Test Data Queue.
TestCase1 1 execution (1 item)
TestCase2 2 executions (2 items)
TestCase3 3 executions (3 items)
Total = 1 + 2 + 3 = 6 executions.



In the case of a data-driven test case based on an Excel file, how is the data from the Excel file fed into the test case workflow?

  1. An argument of type IDictionary is automatically generated for the test case when adding the test data, with keys that match the column names from the Excel file.
  2. The developer needs to manually create arguments that match the column names in the Excel file after adding the test data.
  3. Variables that match the column names from the Excel file are automatically generated for the test case when adding the test data.
  4. Arguments that match the column names from the Excel file are automatically generated for the test case when adding the test data.

Answer(s): D

Explanation:

In UiPath data-driven testing, when an Excel file is added as a data variation source, test case arguments are automatically created with names matching the Excel column headers. Each row in the file then feeds its values into these arguments for execution, ensuring seamless parameterization of the test case.



Viewing page 2 of 23
Viewing questions 6 - 10 out of 108 questions



Post your Comments and Discuss UiPath UiSTEPv1 exam prep with other Community members:

UiSTEPv1 Exam Discussions & Posts