In UI Path Robotis Enterprise Framwork how to move project development to production

I create a project in our development environment. How to move my project from development to production.

Hi,
Copy the files from dev environment and paste in prod environment.

You may need to make few changes in prod machine once you move your code, may be few selectors I guess.

Let us know if this helps.

Regards,
Pavan H

Could you please suggest me what all changes we may need to do?

@Arindam

It is good if you’ve any pre-prod environment where you can run all your development files after successfully passing UAT environment test. Just to make sure everything goes smoothly without any failures in prod.
Few things may be change like selectors, image activities which depends upon the process type.

It’ll be good to follow the below type of flow while moving to Production:

Development->Testing->UAT->Pre-Production->Production.

1 Like