210 likes | 829 Views
(** RPA Training: https://www.edureka.co/robotic-process-automation-training **) <br>This session on Error Handling in Uipath will cover all the concepts on how to Debug the errors in your projects in UiPath. Below are the topics covered in the PPT: <br><br>Debugging in UiPath <br>Exception Handling in UiPath <br>Tips & Tricks to Debug in UiPath <br><br>Selectors Tutorial: https://youtu.be/zsS5IpCTJ4s <br>Data Scraping / Excel Automation: https://youtu.be/tjg4rFQejf8 <br><br>Follow us to never miss an update in the future. <br><br>Instagram: https://www.instagram.com/edureka_learning/ <br>Facebook: https://www.facebook.com/edurekaIN/ <br>Twitter: https://twitter.com/edurekain <br>LinkedIn: https://www.linkedin.com/company/edureka
E N D
Debugging Exception Handling Error Handling in UiPath
Debugging in UiPath The Execute Tab has mainly 3 options Debugging Handling Launch Debug Logs RPA Training using UiPath www.edureka.co/robotic-process-automation-training
Debugging in UiPath The Launch section has 3 options Debugging Handling Run is used to execute your project Stop is used to stop the execution of your project Debug option is used to start debugging the project RPA Training using UiPath www.edureka.co/robotic-process-automation-training
Debugging in UiPath The Debug section has 5 options Debugging Handling Steps are used to check the step by step execution Reduce the speed of execution Used to define a breakpoint while debugging the project Validate is used to validate your project Offers various highlighting options RPA Training using UiPath www.edureka.co/robotic-process-automation-training
Debugging in UiPath The Logs section has only 1 option Debugging Handling Used to open the execution logs of the project RPA Training using UiPath www.edureka.co/robotic-process-automation-training
Exception Handling in UiPath The Error Handling activity offers 4 options Debugging Exception Rethrow Try Catch Handling Used to make sure activities occur before exception is thrown Catches a specific exception type Throw Terminate Workflow Used to terminate the workflow in case of errors Used to simulate an exception RPA Training using UiPath www.edureka.co/robotic-process-automation-training
04 05 03 01 02 Tips & Tricks
Tips & Tricks When you do not name the activities 04 05 03 01 02 RPA Training using UiPath www.edureka.co/robotic-process-automation-training
Tips & Tricks When you do not name the activities Always Name Your activities, to avoid confusion in errors 04 05 03 01 02 RPA Training using UiPath www.edureka.co/robotic-process-automation-training
Tips & Tricks When some other app is open before the main app 04 05 03 01 02 RPA Training using UiPath www.edureka.co/robotic-process-automation-training
Tips & Tricks When some other app is open before the main app Choose the selector for that option Make the main window visible 04 05 03 01 02 Change the input methods RPA Training using UiPath www.edureka.co/robotic-process-automation-training
Tips & Tricks When you have timing & Sync issues 04 05 03 01 02 RPA Training using UiPath www.edureka.co/robotic-process-automation-training
Tips & Tricks When you have timing & Sync issues Wait Element Vanish Element Exists 04 05 03 01 02 Find Element RPA Training using UiPath www.edureka.co/robotic-process-automation-training
Tips & Tricks When your browser crashes 04 05 03 01 02 RPA Training using UiPath www.edureka.co/robotic-process-automation-training
Tips & Tricks When your browser crashes 04 05 03 01 02 RPA Training using UiPath www.edureka.co/robotic-process-automation-training
Tips & Tricks When you do not choose the right activity 04 05 03 01 02 RPA Training using UiPath www.edureka.co/robotic-process-automation-training
Tips & Tricks When you do not choose the right activity Always choose the right, activity according to your need 04 05 03 01 02 RPA Training using UiPath www.edureka.co/robotic-process-automation-training