I have created an attended (requires a couple steps to be completed by a human) test case using UiPath Studio.
I have published it to UiPath Orchestrator, but I am still trying to understand how to allow other team members to run in on their PC and have the test results uploaded to Orchestrator.
From the web interface I can see my automation under:
I don’t think UiPath Assistant has feature to run test case (except set as Entry point).
In this case, we can achieve it using Studio and upload the result into UiPath Test Manager via Test Explorer panel.
Or trigger it from Orchestrator on console which you’re logging-on then operate it manually.
Tests are primarily intended to run in unattended mode, so you won’t be able to execute them in attended mode.
In terms of how the project is structured in Orchestrator, here’s what to expect: your project will likely include both workflows and test cases. The workflows, much like those in a typical RPA project, will be visible in the Process tab. However, the actual test cases will reside in the Testing tab, separate from the workflows.
If you’re looking to publish test results from unit testing, you can do so by following the steps provided by @Yoichi to upload them to Orchestrator.
Thank you for your responses.
I can see the uploaded logs under:
Orchestrator > My Workspace > Automations > Logs
However, there is nothing under:
Orchestrator > Shared > Automations > Logs
I was expecting them to appear in the Share folder since that is where the published process is:
Orchestrator > Shared > Automations > Processes
I am still trying to understand how UiPath could be used for regression testing (with an attended test). There would be times when different user may need to run the test set and have the results uploaded into the same shared location, for auditability.