UiPath Tutorial For Beginners | RPA Tutorial For Beginners | UiPath Training Online | Edureka
What is RPA
- Robotic: An entity which is capable of being programmed by a computer for doing complex task is known as a robot. In Terms RPA, this task would be to mimic the human action.
- Process: A sequence of steps, that lead to a meaningful activity or task is known as a process.
- Automation: When a task happens automatically, i.e without human intervention.
RPA Tools
- UIPath: community edition
- blueprism: dose not have any trial version.
- automation anywhere: trial version limited to 50 tasks
Installing UiPath
UiPath Community Edition - Request your free download
- Get Community Edition: request E-mail ID
- After Installing Email and Device ID(Entered Automatically)
Getting Started With UiPath
Key Concepts
- Activities: An activity is the smallest action in UiPath. For Example: Clicking the left button on mouse
- Sequence: A sequence is a series of activities, that does a meaningful task. For example: logging into your mail
Type of Projects in UiPath Studio
- Blank: A blank Project is a clean slate, you can build your projects from scratch over here. (no template)
- Simple Process: Simple Process basically gives us a template of a flowchart i.e a diagram of sequence of activities.
- Agent Process Improvement: Agent Process Improvement assists the user by automating the task
- Transactional Business Process: Transactional Business Processes is used to define states in a project, which are useful in business processes
UiPath Components - Ribbon
- Recording
- Scraping
- User Events
- Variables
UiPath Components - Activity Pane
- UI Automation
- User Events
- App Integration
- Orchestrator
- System
- Programming
- Workflow
Hands-On
- Let's flex our fingers with a use case. We want to automate the task of copying data from a website and entering in the excel sheet, also one has to mail this excel sheet on the specified email address.
- 웹사이트에서 이름/전화번호/이메일 을 입력 받은 숫자만큼 수집하여 엑셀 파일을 만들고 입력 받은 메일 주소로 만든 파일을 첨부하여 보내는 예제
- http://www.fakenamegenerator.com
'공부 > RPA' 카테고리의 다른 글
UiPath Custom Activity 개발하기 (0) | 2019.05.05 |
---|---|
UiPath RPA Developer Advanced Certification last date has extended till end of June 2019 (4) | 2019.04.01 |