Are you ready to take your automation skills to the next level and advance your career? Look no further than Katalon Academy, a resource to learn from industry professionals, master the tools you need, and apply your knowledge to real projects. Best of all, it’s completely free! Fig: Katalon Academy Choose your path! Katalon Academy […]
Quality Assurance
A Comprehensive Guide to Request-Response Chaining of REST API in Katalon Studio (JSON)
This illuminating article will delve deep into the intricacies of seamlessly extracting and channeling JSON values between API requests, i.e., request-response Chaining. From creating and parameterizing REST API requests to scripting a symphony of response interactions, we will illuminate every facet of the process. Brace yourself to witness the synergy of theory and practice as […]
Demystifying .gitignore in Katalon Studio: Managing Your Test Project Efficiently
In the world of software development and test automation, version control is your best friend. It allows you to track changes, collaborate seamlessly with your team, and ensure the integrity of your project. Git is one of the most widely used version control systems, and it’s an excellent choice for managing your Katalon Studio test […]
Test Authoring with Virtuoso’s Live Authoring
Building and maintaining tests can be challenging in the fast-paced world of software development, especially if you have little control over how the tests are executed. With Virtuoso’s Live Authoring, testers can now reliably construct and debug test steps, instantaneously see the effects of their activities, have a dedicated browser in the cloud, and enjoy […]
Troubleshooting and Root Cause Analysis in Virtuoso
Introduction: In the world of web application testing, identifying and resolving issues is crucial to ensure the smooth functioning of your application. Virtuoso, an autonomous testing platform, equips testers with powerful troubleshooting and root cause analysis capabilities to efficiently detect and address potential problems. In this blog, we will explore the importance of troubleshooting and […]
A Comprehensive Guide to Implementing BDD testing in Katalon Studio
This article will explore how we can perform BDD testing in Katalon Studio. We will dive into creating a BDD Feature file and Step Definition file in Katalon Studio for a test case and perform execution of the test by two methods: Directly running the Feature file and utilizing in-built Keywords to run it from […]
Demystifying Test Case Creation in Katalon Studio: Record, Manual, and Script Modes
This article will explore Test case creation in Katalon Studio record, manual, and script modes. We will, step by step, create a test case for the login functionality of a sample website. Additionally, we will create a Test Suite and Test Suite Collection. Sample Website used: https://katalon-demo-cura.herokuapp.com/profile.php#login Katalon Studio is a versatile and user-friendly test […]
Embracing the Future: Exploring Natural Programming Languages for Test Automation
Democratizing Test Automation through Natural Programming Languages: While conventional testing automation tools wield considerable power, they require specialized skills and knowledge. Enter natural programming languages in testing designed to bridge the chasm between technical complexity and user-friendly interfaces. These languages strive to simplify the testing process by harnessing human language, empowering testers across all […]
Remote Katalon Test Execution and Parallel Testing with BrowserStack
In this article, we will explore remote Katalon Test Execution with BrowserStack. The process of harnessing the full potential of Katalon Studio, focusing on how to execute test cases, test suites, and test suite collections remotely, all from a remote standpoint, thanks to the incredible capabilities of BrowserStack. Additionally, we will learn how to run […]
Step by Step Guide to Mobile Testing with Katalon Studio & BrowserStack
In this article we will go through comprehensive guide to automate Android and iOS mobile testing with Katalon Studio. We will use BrowserStack for Virtual devices and dive into all basic configuration required in Katalon Studio to add BrowserStack remote devices. And finally, we will run tests in parallel on Android and iOS mobile. Katalon […]
API Testing with Apache JMeter: Comprehensive Guide
APIs (Application Programming Interfaces) indeed play a crucial role in modern software development, enabling different applications to interact and exchange data seamlessly. In the contemporary world of technology, APIs have evolved into the fundamental backbone of modern software businesses, serving as the essential means of communication and data exchange between various applications. While you may […]
Dealing with Flaky Tests in Katalon Studio
Automated testing has become an integral part of the software development process, helping teams deliver high-quality applications faster. Flaky tests, those unpredictable and intermittent test failures, can be a source of frustration for developers and QA teams. In this blog, we’ll delve into flaky tests in Katalon Studio, a popular test automation tool, and explore […]