Reputation: 11
I want to do the automation testing of UiPath attended and unattended bot. I am not able to identify the window dialog box getting generated from Uipath. Please advice me the tool which can identify objects and automate the UiPath bots.
Upvotes: 1
Views: 461
Reputation: 1
You can use Uipath built in test activities or else if you want to find out which dialog box is creating hindrance you can always save screenshots of the exception and log all the activities properly.
Upvotes: 0
Reputation: 51
For running the BOT from command line you can use below syntac on CMD:
"drive:\Users\username\AppData\Local\UiPath\app-20.10.4\UiRobot.exe" -file "..\path_of\Main.xaml"
For testing, if the BOT is running or not you could send an email every few minutes so that you can remotely get the heartbeat of the BOT.
Upvotes: 0
Reputation: 11
The newest versions of UiPath Studio already have testing built-in (Test Activity).
You can also take the tutorial in https://academy.uipath.com on how the test automation works.
Upvotes: 1
Reputation: 31
With uipath 20.4 community preview release there are new exciting features to create test cases in the UiPath studio itself. refer this link here. https://forum.uipath.com/t/testing-capabilities-in-community-orchestrator-20-4-community-preview-release/210487
however I would imagine you will be on older versions of studio, which requires you to apply other approaches. here is few ways to automate the testing for UIPath processes.
https://platform.uipath.com/kinooqmollho/kinoorgDefault/swagger/ui/index#/
Apart from this, you could build a test automation script to verify the results of bot, directly on the applications to make sure results you expect are showing up there.
Upvotes: 3
Reputation: 18463
Newevest versions of UiPath Studio already have testing built-in (Test Activity
).
For full-fledged Automated Testing capabilities watch for the announcements early this year
Upvotes: 2