Skip to content

Latest commit

 

History

History
116 lines (63 loc) · 4.46 KB

File metadata and controls

116 lines (63 loc) · 4.46 KB

RPA Camp

Action items

  1. The first BOT in 10 min
  2. Versioning and tracking of BOTs
  3. Run a workshop on stackedit.io

What is RPA?

Robotic Process Automation or RPA handles repetitive business processes using software robots to perform tasks and trigger error-free responses 24/7. It’s a type of software that enables automation of even complex digital processes by performing them much in the way that human users would perform them.

Why RPA?

A career in RPA is considered to be very effective and the emerging graduates can easily expect a major share of employment opportunities across the world. Also, pay packages with good skill-sets in this field are relatively higher when compared to other fields. RPA is implemented in various sectors like Education, Banking and Finance, Insurance, Health care and Manufacturing etc., across the world. Types of applications automated using RPA are as Windows, Web, SAP and Mainframe etc.

Why UiPath?

UiPath is a Windows-based desktop Robotic Process Automation software tool architects to automate business processes within Enterprises. This tool enables organizations to execute processes more efficiently by automating monotonous and repetitive tasks.

Components of UiPath

  • UiPath Studio

An advance tool that enables you to design automation processes in a visual manner, through diagrams.

  • UiPath Robot

Executes the processes built in studio, as a human does. Robots can work unattended (run without human supervision) or as assistants (a human trigger the process).

  • UiPath Orchestrator

A web application that enables you to deploy, schedule, monitor and manage Robots and Processes, while business exception handling is available through centralized work queues.

Things to know prior to Automation

  • Workflow Types and Activities

Multiple types of workflows are available in Studio (sequences, flowcharts and transactional business processes) that help you build your automation workflow according to your needs. more....

  • Recorder Functionality

The easiest manner to create workflows is by using the record feature. Four types of recordings are available: Basic, Desktop, Web and Citrix. The first two can help you automate desktop applications, while the others enable you to properly handle web apps and virtual environments. more....

  • Selectors

The selector is a string of characters (VB expression) used to identify objects on the screen. The selector is one of the properties of UI activities and has an XML format. All the activities in UiPath Studio related to graphical elements have the selector property. more....

- Week 1 - Notepad Automation

  • Open the notepad, type "Hello world" and save the file.
  • Search about "UiPath" in google, scrap the data given below and save it in notepad as “Uipath.txt” in desktop.

About UiPath

Notes : Basic/Desktop Recording will help

- Week 2 - Web Feeding

  • Read the data from Student Details and feed the data in Upload..

    Notes : Use activities like Click, TypeInto, SelectItem...

- Week 3 - Web Scraping

  • Search a product from Flipkart..
  • Search a product from Amazon..
  • Compare the prices and display the lowest one.

Notes : For unique identification, use item/model number

- Week 4 - XML Automation - 1

  • Task 1
  • Task 2
  • Task 3
  • Task 4

- Week 5 - XML Automation - 2

  • Task 1
  • Task 2
  • Task 3
  • Task 4

- Week 6 - Ui Explorer

  • Task 1
  • Task 2
  • Task 3
  • Task 4

- Week 7 - Final RPA Project

  • Task 1
  • Task 2
  • Task 3
  • Task 4

Notes