This certification validates practical skills in software development, including solution design, implementation, testing, and maintenance. It is intended for developers and technical professionals delivering dependable software in real-world environments.
In a CI/CD pipeline, which UiPath CLI command should be used to create the .nupkg package from the project?
When importing manual test cases in Test Manager, what action should be taken if the initially imported test cases are unsatisfactory?
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:
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?
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?