Katalon Studio

How to heal the locators with Self Healing Mechanism in Katalon Studio

Reading Time: 4 minutes Hi Folks! While performing automated testing, there are many instances when an automation engineer encounters NoElementFoundException. This generally means that your script is unable to find the specified locators. This can be due to many of the reasons, either it is broken locator, race condition, wrong locator strategy etc. The question that arises now is how can we avoid such errors in our automation scripts. Continue Reading

Data-Driven Testing using Database in Katalon Studio

Reading Time: 4 minutes Hello Readers, There are many instances in the life of QA engineers when they need to execute the test cases using real data. What do they generally do? Run the query. Extract the data in CSV or excel and then pass it to the test cases. A long and tedious process. Tada! We have a solution: Katalon Studio. Well, Katalon provides you with an easy Continue Reading

Automation using Record and playback feature in Katalon studio

Reading Time: 3 minutes What is Katalon studio? Before directly jumping to the Automation through Katalon studio, firstly we understand a bit about Katalon studio. Katalon studio is a free and simple tool for automated testing that uses the Selenium and Appium libraries and can be found pre-installed in the tool. It provides a specialized IDE interface for smooth and easy web, API, mobile and desktop application testing. With Continue Reading

How to Create Test case in Manual mode with Katalon Studio

Reading Time: 4 minutes Introduction Katalon Studio is an easy and free automation tool that helps individuals to perform automation tasks. It comes with Record-playback feature and a Manual mode feature. Katalon studio helps the individual with less programming skill to easily generate automation tests by supporting keyword-driven testing where test cases consist of keywords that represent actions of users on the AUT (Applications Under Test). In this blog, Continue Reading

API Testing with Katalon Studio

Reading Time: 7 minutes Katalon Studio is a free and robust automation solution for API, Web, and mobile testing. It integrates all necessary components with built-in keywords and project templates into a complete automation framework. Katalon Studio is easy to use for beginners but also offers advanced capabilities for experienced users. In this blog, we’ll be discussing API testing with Katalon studio.