I need a detailed documentation on how the maintenance does, in which order to do things, what things need to check for a UiPath project which is being deployed. The documentation should be a general not specific. I couldn’t find documentation for this within UiPath academy.
There aren’t any specific maintainance docs as such…but on a general note we can consider these
- Check the infrastructure is setup and details of changes are documented or not
- Version control needs to be maintained and what have been upgraded
- Review all the documentation if everythingis propwr and all the details are provided
- Review the assets if proper values of provided for all environments
- Check the dependencies used and if they are official and upto date …if any 3rd party dependencies check if porper do umentation is made
- Review the code and check if proper logging is followed and annotations have been given
- Check for all the error hndling and if anything is left out and also make sure code is optimized
- Conduct comprehensive testing to verify the stability, accuracy, and reliability of the project
- As part of maintenance it is important to get feedback and store the details from end users to improve
- While testing make sure to test the bot in unattended as well to check any issues
Hope this helps
Cheers
Check for handover docs if they are ready
Run analyser and also also ensure analyser is enforced
Check BCP plans
Verify if BU level training plan to handle the bot is in place.
List of commonly occuring exceptions and how they were handled in the past( Tracebility matrix would have all this info).
Any 3rd party integrations like api, dlls , macros if there have been approved fro central coe and has passed compliance checks.
You could consider the above mentioned points as well.