UiPath UiSTEPv1 - UiPath Software Testing Engineer Professional Exam
Page: 1 / 22
Total 108 questions
Question #1 (Topic: Exam A)
In a CI/CD pipeline, which UiPath CLI command should be used to create the .nupkg package from the project?
A. Run
B. Publish
C. Deploy
D. Pack
Answer: B
Question #2 (Topic: Exam A)
When importing manual test cases in Test Manager, what action should be taken if the initially imported test cases are unsatisfactory?
A. Export the test cases and re-import them.
B. Use the “Bulk edit” option to modify multiple imported test cases simultaneously.
C. Select “Refine import” and provide additional instructions.
D. Use the “Edit” feature to manually adjust each imported test case’s details.
Answer: C
Question #3 (Topic: Exam A)
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:
SumWorkflow:



TestData.xlsx:
A. Replace the Given-When-Then structure with a custom-built framework.
B. Use the Excel file as a Data Variation Source, instead of iterating through it inside the test case.
C. Surround the SumWorkflow in a Retry Scope to improve error handling.
D. Replace the Verify Expression activity with Verify Expression with Operator to benefit from built-in operators.
Answer: B
Question #4 (Topic: Exam A)
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?
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?
A. 0
B. 1
C. 3
D. 6
Answer: D
Question #5 (Topic: Exam A)
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?
A. 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.
B. The developer needs to manually create arguments that match the column names in the Excel file after adding the test data.
C. Variables that match the column names from the Excel file are automatically generated for the test case when adding the test data.
D. Arguments that match the column names from the Excel file are automatically generated for the test case when adding the test data.
Answer: D