Tuesday 13 September 2022

Discovery

Hi All

Discovery is the first step for Transformation Journey
During discovery what ways we can Automate or Not able to Automate decides along with FTE reduction or criticaltily of the processs without FTE Reduction
We can do follwing thing in Transformation journey
1 understand the current As is proces review with business with process flow using visio diagram or flowchart
Rectify any steps if any amibuigty
2Design the To be process high level present to business calculate % of Automatio
3 Calcualte the ROI by implementing the Automation
4 Review with business / Business process owner
5 if ROI postive do the assessment and calcute the cost of development by doing proper tech assessment
6 Develop the document and handover to development team
7 Do the proper UAT and run during Hypercare timeline
8 Handover to Production Support team
9 Realized the benefit of Automatiom

Thanks
Abhi

Tuesday 25 February 2020

RPA Bot donot Fail

Hi All

When capture the object in RPA always make sure donot set the DOM X path as Search criteria as the environment change 0r change in underlying application DOM xpath change and Bot started Failing so try not to use this as Search Criteria.
Use below Search criteria

Use name of the control
Use iD of the control
Use dynamic DOM X path

Thanks
Abhishek


Thanks
Abhishek

Tuesday 11 June 2019

In Automation Anywhere migration tool change in version 11

Hi All,

In Automation Anywhere version 11 migration tool , for migration of previous version of bot changes from Windows applications to Web Application and you will get inside the Control room inside the Adminstration tool

Thanks
Abhishek

Automation Anywhere 11 Hosting Technology

Hi All

In Automation Anywhere Version 11 hosting technology of the tool change from iis to Jave (jre)

Thanks
Abhishek

Wednesday 1 August 2018

When Full Selector && Partial Selector created

Hi All

When Full Selector && Partial Selector created

When we use the Basic Recording it's create Full selector

When we use the Desktop Recording it's create Partial Selector

Thanks
Abhishek

Dynamic Selector in UI Path

Hi

Selector play a important role in UI Path Automation

When we Record any process Selector are created as per Recording but to make the Automation work for every scenarios we need to change the selector as Dynamic

To create the selector as Dynamic we need to use wildcard Character * && ?

Example if we record a process having windows Title coming as fixed such as username  && Application name or filename saved so to make the process generic use * as title name so if any filename or Application name it work

Hope it is helpful

In Citrix Recording no Selector created

Thanks
Abhishek