Systems | Development | Analytics | API | 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.

26% of QA Teams Still Rely on Manual Testing | See the 2025 Report

Did you know that 26% of QA teams still describe their testing processes as very informal or unstructured—with minimal automation? This stat from Katalon’s State of Software Quality Report 2025 underscores a major opportunity for growth in QA maturity. Relying primarily on manual testing not only limits efficiency but also affects the consistency and scalability of quality assurance efforts.

Katalon Product Roundup | April 2025

April wasn’t just another release month. It marked the official GA launch of TrueTest, our AI testing solution that replaces guesswork with tests powered by real user behavior Unlike traditional tools that rely on scripts and assumptions, TrueTest learns from how users actually interact with your app, then automatically generates and maintains the tests that matter most. See how it works. This launch marks a bold step toward a smarter future of software quality, and it's only the beginning.

Stop guessing. Start testing what matters.

Regression testing is meant to be your safety net. Something changes in the codebase, and your tests make sure nothing important breaks. Yet, over time, features get added, bugs get fixed, new flows get introduced, and the test suites grow. With every change, more tests pile on. What starts as a lean, useful set of tests slowly becomes a never-ending slog for many QA teams.

Nearly half of testers struggle with AI's learning curve

AI is transforming testing—but not without its challenges. According to the State of Software Quality Report 2025, 46% of testers cite the lack of skilled personnel or the steep learning curve as major barriers to adopting AI in software testing. In this insightful message, we highlight one of the most pressing issues in the QA space: while AI has immense potential to drive efficiency and quality, teams are struggling to fully capitalize on it due to limited expertise.

How to Automate QA Testing? A Practical Guide

Automating QA testing helps ensure your website works flawlessly for every user, on every device, under every condition. From login flows to checkout carts, test automation gives teams the speed and confidence to ship frequently without breaking things. In this guide, you’ll learn what automated QA testing is, why it matters, which tests to automate, and how to build a reliable automated QA testing process from scratch.

How to Automate Website Testing? A Practical Guide

Website testing ensures your site works as intended for every visitor, on every device, and under every condition. From login flows to shopping carts, it's what protects user experience and business outcomes. But manual testing alone can’t keep up with the pace of modern web development. That’s where automated website testing comes in. It speeds up releases, improves coverage, and gives teams the confidence to ship often, without breaking things.