Home > Katalon

Integrating Winium with Katalon studio

Winium is used to automate windows applications. Katalon does not support windows automation. If any web application needs interaction with windows application then we can integrate Winium with Katalon studio. Below are the steps to integrate Winium with Katalon Studio: Step1: Download the Zip file “Winium.Desktop.Driver.zip” from https://github.com/2gis/Winium.Desktop/releases Step2: Extract the downloaded Zip

This Article is TAGGED in , , . Read more

Katalon Studio Tutorial

Katalon studio is free and user friendly tool which is used for web and mobile application testing. It uses open source automation frameworks like Selenium and Appium internally. It can also be used for API testing.  Installation and sample script   Katalon Studio Installation  Katalon : Launch and Close browsers API Automation  API Automation Using Katalon

This Article is TAGGED in , . Read more

API Automation Using Katalon Studio

Follow below steps to cofigure API Automation project. 1.Open Katalon studio by running exe file. 2.By Default it will create folders as shown below. 3.Right click on Object Repository > New > Web Service Request 4.Enter Name, Request Type and URL and click on OK 5.Test the API by clicking on Test Request 6.After successful response

This Article is TAGGED in , . Read more

Read data from excel sheet using Katalon Studio

It it very easy to get data from excel using Katalon Studio. For Data driven test cases we need excel sheet. In this article will see how to use excel sheet in KATALON studio by using findTestData method. Select Menu File -> New -> Test Data (Katalon studio will show "New

This Article is TAGGED in , . Read more

Katalon studio : Dynamic object / link Identification by modifyObjectProperty

Dynamic object Identification using KATALON Studio. When object location is changing every time then it is not good practice to update the reference of object in Object Repository. For this it is better to identify the object location dynamically by using method like modifyObjectProperty Below is sample code which will give you idea

This Article is TAGGED in , . Read more

How to Add Objects in Katalon

Add objects to object repository using spy-web. Click on "Spy Web". Then enter URL "http://www.google.co.in/" in Starting URL Text box.   After entering url select chrome as browser and click on Start Button     KATALON will open chrome browser. Move mouse pointer on any field like text box,Button & then press "ALT + ~ "   System will add

This Article is TAGGED in , . Read more

KATALON : Launch and Close different browser

Using KATLON user can automate or run the script on below mentioned browsers Chrome (56) Firefox  (51) Safari 5.1 + Internet explorer EDGE In order to record , run / Automate script in Internet Explorer need to perform below setting for Internet Explorer. Security level for all zones should be same under (Internet Properties -> Security) Enable "Enhanced

This Article is TAGGED in , , . Read more

Install Automation Tool Katalon Studio

Katalon Studio is free & simple powerful automation tool. Easy to Install & Configure. It requires less technical knowledge to learn. Very good Tool for Manual Testers to understand about Katalon. Here are some key feature. Create Project Create Tests Run Tests View Reports Maintain Tests Steps to Download Katalon Studio Download link is available at this location Need

This Article is TAGGED in , , . Read more