Is it possible to estimate the execution time of a UiPath automation without actually running it?

Hi @loginerror @ovi

Is it possible to estimate the execution time of a UiPath automation without actually running it?

Any tool is available to find the average execution time without running it for the optimisation

@Naveen_Chaganti

Without running there is no tool as such…

you can estimate close to just by checking the manual steps and estimate 20 to 30% less generally

if the tasks are mostly background then 60 to 80% less

cheers

1 Like

There is no way to estimate the time it will take. It depends on a million different factors - server resources, how much data to be processed, what steps are being performed, the performance of applications it works in (UI automation), etc.

1 Like

I want to know if there is any way since need to find the code optimization technique in UiPath

Example - for the sql if the query take too much of time Oracle SQL Developer offers the SQL Tuning Advisor, which can automatically analyze SQL statements And will optimize

You can’t know without running it. Things like how long the query takes are why we test. It’s part of developing.

Although you can’t predict things up front, I believe Studio has the profile execution feature which achieves something similar:

1 Like

Hi @loginerror

Thank you for your response. I’m just hoping to find a way to optimize the solution to minimize the time taken and to showcase some automatic suggestions.

Regards,
Naveen