Systems | Development | Analytics | API | Testing

How To Write A Test Script? A Practical Guide

Automation testing begins with a test script. Its job is to command the machine to perform each test step on your behalf. A well-written test script executes those steps exactly like how a human would, with the extra consistency, standardization, and precision of a machine. However, writing test scripts means coding, and coding can sometimes be a challenge, especially for testers who are only getting started. Let us show you how to write a test script in a simple fashion.

Navigating Nested Maps in Katalon Studio: Finding Values Without Key Specification

The information in this blog post is based on a real-life scenario shared by a user on our Katalon Community forum and is intended to inspire peer-to-peer discussion and collaboration. Please always test solutions thoroughly before implementing them in a production environment. Feel free to continue the discussion here.

How to Easily Handle Dropdowns in Selenium with the Select Class

In this article, we’ll quickly cover those core Selenium commands and then show how Katalon Studio streamlines the same process - letting you capture a dropdown with Spy Web and select options using built-in keywords like selectOptionByValue or selectOptionByIndex, so you can automate dropdown interactions without writing boilerplate code, but first...

What's New in Katalon - May 2025 | Katalon Studio 10.2 & TrueTest Feature Updates

Discover the most powerful updates in Katalon Studio 10.2 and TrueTest in this comprehensive product webinar. Join Lucio, Mai Le (Director of Product Management), and Philip Becker (Sr. Product Manager) as they walk you through Katalon’s newest capabilities, including enhanced AI-powered test generation, smarter StudioAssist context handling, improved security for global variables, and multi-environment data tracking. Learn how TrueTest helps QA teams close testing gaps and streamline automation with minimal manual effort.

26% of testing teams spend 75% of their time on manual testing, and 80% still rely heavily on it

Manual testing is still dominating software testing workflows in 2025 — but is it holding teams back? In this quick insight from Katalon’s State of Software Quality Report 2025, Senior Product Manager Mai highlights the surprising stat that over 80% of QA teams still rely heavily on manual testing, with 26% spending more than 75% of their time on it. While manual testing remains important, it can also become a bottleneck. Discover what’s driving this dependency and how modern practices and tools can accelerate efficiency.

How many of QA pros are using AI technology within their testing practices?

Did you know that 77% of QA professionals are already using AI in their testing practices? In this year’s State of Software Quality Report 2025, Katalon asked QA teams about the role of AI in their workflows, and the results are eye-opening. This short video reveals one of the biggest takeaways: how widespread AI adoption has become in the quality space, and why it matters for the future of testing.

How to Find XPath in Selenium? A Complete Guide

This blog provides a quick guide to find and use XPath in Selenium. XPath uses path expressions to navigate through elements, attributes, and select nodes or node-sets. The basic syntax of an XPath expression is: Xpath=//tagname. Make sure that you have installed a Selenium library. If you haven't, you can have a look at Selenium documentation for how-to guides.