Karthik Bethi
Core Java Automation testing Selenium web driver Cucumber Api testing Test NG cucumber Uipath RestAssured BDD
Bengaluru, Karnataka, India
-
How To: Inject JS – Play with Java Script – UiPath (By Karthik)
In this example, we will see how to use Inject JS Script activity in Uipath to perform multiple actions on a webpage without using the native type into or click activities from UiPath.The Activity Inject JS Script Executes JavaScript code in the context of the web page corresponding to a UiElement. Portions Covered Navigate on…
-
How To: Execute a Python Script (UiPath) -by Karthik
This tutorial is for the enthusiastic UiPath Developers who have knowledge on python or who want to execute python scripts as a part of their project requirement. Tool Used: UiPath Inclusions: Package RequiredPython Scope- SetUp - Known IssuesLoad python Script.Invoke python methodGet Python ObjectRun Python Script in UiPathInstallation of Python & related dependencies. #PythonInUiPath,#PythonScope,#LoadPythonScript Happy…
-
How To: Date picker automation in UiPath (by Karthik)
Many times uses face issues with DatePickers in web pages. It seems to be tough at first when you have to automate those Datepickers which are advaced Java Script components embedded to select a date. Example of Date Picker-- Select the Travel Date for flight search on airline portal. It seems like a popup and…
-
State Machines /RE Framework in UIPath (Karthik Bethi)
Description: The below videos explain about the state machine basics like state activity , final state activity transitions conditions.And some read time scenario's have been explained.Its and automation framework. In the second video illustrates state machine concept.I have explained state ,final state and invoke workflow file activities. https://youtu.be/Ni4pPtetgYY?list=PLrlbnvtRPsssGysKH0Ll_J5zflCkwRk1Z https://youtu.be/TDZf8v6xFmg?list=PLrlbnvtRPsssGysKH0Ll_J5zflCkwRk1Z
-
XML Parsing -Uipath (Karthik Bethi)
Post by : karthik Bethi (FB Linkedin) Description1 : This video explains about XML parsing. This is one of the web service response. I have explained different ways of handling the XML parsing. Description2: This video Explains about XML handling ,iterating through the XML data. XML handling is one of the key points of web servicing response…
-
Data Tables -2 (kathik Bethi)
Post by : karthik Bethi (FB Linkedin) Description: Below is the agenda of the video: Agenda: 1)Add data column 2)For each row 3)Get row Item 4)Remove data column 5)Remove Data row 6)Remove Duplicate rows https://youtu.be/BruhaGmUOt0?list=PLrlbnvtRPsssGysKH0Ll_J5zflCkwRk1Z
-
Data Tables -1 (kathik Bethi)
Post by : karthik Bethi (FB Linkedin) Description : Below is the agenda of the video: Agenda: What is data table ? -- Data type Where is is useful --Data base,csv,excel,Web What is the type ? -- Scenarios: Build data table -- cover Multiple Add data row -- cover sort the data table Output data table.-- cover…
-
String Padding with UiPath (Karthik Bethi)
Post by : karthik Bethi (FB Linkedin) Description : This tutorial explains about string padding in UiPath. String padding can be done left padding also right padding. This one of the most used function of string types. https://youtu.be/2v6QBnuN3-c?list=PLrlbnvtRPsssGysKH0Ll_J5zflCkwRk1Z
-
Invoke Code Activity (karthik Bethi)
Post by : karthik Bethi (FB Linkedin) Description: Invoke code activity allow us to run the custom code . There could be scenarios where uipath activities does not sufficient to perform desired results. We can use this activity in such scenarios. Default language supported is VB scripting. https://youtu.be/2v6QBnuN3-c?list=PLrlbnvtRPsssGysKH0Ll_J5zflCkwRk1Z
-
Move file activity in UiPath (Karthik Bethi)
Post by : karthik Bethi (FB Linkedin) Description : Move file activity used to move the file from one path to another. It will replace the source path. If override option selected it can replace the file in target path also if not it will return the error saying file already exists. https://youtu.be/-bIVjbIIBAI?list=PLrlbnvtRPsssGysKH0Ll_J5zflCkwRk1Z
-
Json Parsing UiPath -2 (Karthik Bethi)
Post by : karthik Bethi (FB Linkedin) Description: This video explains how to parse dynamically changing json objects . I have used Deserialize Json activity in this video. Please refer to part 1 of the video as well for more insights. https://youtu.be/-m4aA-ILqrw?list=PLrlbnvtRPsssGysKH0Ll_J5zflCkwRk1Z
-
Execute Macro in Uipath part-2 (Karthik Bethi)
Post by : karthik Bethi (FB Linkedin) Description: This video explains how to execute the macros in uipath. Activity used is execute macro from uipath you can call the macro which is written in excel and dynamically sending the data as parameters to the macro and calling functions getting the data from uipath we can store them…
-
Execute Macro in Uipath-Part 1 (Karthik Bethi)
Post by : karthik Bethi (FB Linkedin) Description: This video explains how to execute the macros in uipath. Activity used is execute macro from uipath you can call the macro which is written in excel and dynamically sending the data as parameters to the macro. https://youtu.be/UlRzox_U7IE?list=PLrlbnvtRPsssGysKH0Ll_J5zflCkwRk1Z
-
Send Smtp Mail Message –email activities in Uipath RPA – Kathik Bethi
Post by : karthik Bethi (FB Linkedin) Description: Ui Path has several mail activities like SMTP, IMAP,OUTLOOK,EXCHANGE. In this video we discussed only about SMTP mail message, and what are the real time issues I have faced. I have explained clearly about how to resolve real time. Configuring SMTP: 1)Sever: smtp.gmail.com 2)Port :465 3)From: your account userid,passwd…
-
Json Parsing Uipath- Karthik Bethi
Post by : karthik Bethi (FB Linkedin) Description: This video explains handling Json types in UI path. There are 2 Json types available in UI Path. Deserialized Json and Deserialized Json Array activities . So I explained when to use each type detailed manner. And parsing json objects, different kinds of scenario's we can expect also explained.Knowing…
-
Invoke workflow file activity Uipath- Karthik Bethi
Post by : karthik Bethi (FB Linkedin) Description: This video explains about invoke workflow file activity in uipath rpa . Invoke workflow file used to Call another workflow from the main workflow and also passing the parameters, and getting the result from another workflow to the main workflow. https://youtu.be/Z-tQ3hgDpzA?list=PLrlbnvtRPsssGysKH0Ll_J5zflCkwRk1Z
-
Deploying a bot in Uipath – Karthik Bethi
Post by : karthik Bethi (FB Linkedin) https://youtu.be/o6P7wz80LwI
-
Dictionary Activities in UiPath- By Karthik Bethi
Post by : karthik Bethi (FB Linkedin) https://www.youtube.com/watch?v=Ate0vTXAK6g&feature=youtu.be&fbclid=IwAR1YLTxP4bNOWVrM-gZG9R2Ew4iW2Z28n0wOgzFOnypocjd5sn8cp5wmJwg
-
Application Integration – Rest Web Service UIPath – By Karthik Bethi
Post by : karthik Bethi (FB Linkedin) https://www.youtube.com/watch?v=Ps1mzztTew0&feature=youtu.be&fbclid=IwAR1yW93HERqu2BDOqmYgGjL75MNL7cCP9OtK_6auyu03ioFVPr0-7n15dtY
Recent Posts