Topics for Practical |
1. RPA Basics: Sequences and Flowcharts
Create a simple sequence-based project.
Create a flowchart-based project.
Automate UiPath Number Calculation (Subtraction, Multiplication, Division of numbers).
Create an automation UiPath project using different types of variables (number, datetime, Boolean, generic, array, data table) |
2. Decision making and looping
Consider an array of names. We have to find out how many of them start with the letter "a". Create an automation where the number of names starting with "a" is counted and the result is displayed.
Demonstrate switch statement with an example.
Create an automation To Print numbers from 1 to 10 with break after the writeline activity inside for each activity
Create an automation using Do..While Activity to print numbers from 5 to 1
Create an automation using Delay Activity between two writeline activities to separate their execution by 5 seconds
Create an automation to demonstrate use of decision statements (if) |
3. Types of Recording
Basic Recording using Toolbar
Basic Recording using Notepad
Desktop Recording using Tool bar
Desktop Recording by creating a workflow
Web Recording e.g. Find the rating of the movie from imdb web site
Web Recording manually |
4. Excel Automation
Automate the process to extract data from an excel file into a data table and vice versa
Create an automation To Write data to specific cell of an excel sheet.
Create an automation To Read data to specific cell of an excel sheet
Create an automation To append data to specific cell of an excel sheet
Create an automation To sort a table of an excel sheet.
Create an automation To filter a table of an excel sheet |
5. Different controls in UiPath
Implement the attach window activity.
Automate using Anchor Base.
Automate using Element Exists
Automate using Find Children control.
Use Get Ancestor control
Use Find Relative control |
6. Keyboard and Mouse Events
Demonstrate the following activities in UiPath:
i. Mouse (click, double click and hover)
ii. Type into
iii. Type Secure text
Demonstrate the following events in UiPath:
i. Element triggering event
ii. Image triggering event
iii. System Triggering Event
Automate the process of launching an assistant bot on a keyboard event. |
7. Screen Scraping and Web Scraping methods
Automate the following screen scraping methods using UiPath:
i) Full Text
ii) Native
iii) OCR
Demonstrate Data Scraping and display values in Message box.
Demonstrate Screen Scraping for a pdf, web page and image file. |
8. PDF Automation and Exception Handling
Read PDF With OCR
Merge PDF’s into one
Get PDF Total Page count Using Regex
Debugging errors in IPython |
9. Email Automation
Configure Email using UiPath
Read Emails
Send Email with Attachment
Save Email Attachments
Reply to Email |
10. Orchestrator management and mini project
Deploy bots to Orchestrator
Run jobs from Orchestrator
Queue Introduction:
Add items to Queue
Get Queue item from Orchestrator
Build UiPath Chatbot using Google dialogflow |