Systems | Development | Analytics | API | Testing

Latest Posts

Generate API Tests With AI in Katalon Studio: A Detailed Guide

Introduction Automation is the key to efficiency and accuracy in today's fast-paced development cycles. The API test case generator (beta) in Katalon Studio is an AI-powered feature that streamlines the creation of test cases from OpenAPI/Swagger specifications. By automating this process, the generator significantly reduces the time and effort required for manual test case creation, paving the way for faster and more efficient API testing.

Static Code Analysis With Katalon: A Complete Guide

In today's fast-paced software development environment, ensuring the quality and security of code is paramount. Static Code Analysis has emerged as a vital practice in this realm, offering a systematic method to examine code without the need to execute it. In this blog, you will delve into the essence of Static Code Analysis, its applicability, and the significant benefits it offers, particularly in the context of testing code.

Overcoming Stale Element References in AJAX Table Loading with Katalon Studio

Overcoming Stale Element References in AJAX Table Loading with Katalon Studio 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.

How To Build a Keyword-driven Framework In Selenium?

Instead of writing the same automation code repeatedly for the same actions, you can create keywords for those actions. When writing tests, you only need to call these keywords. This approach, known as creating a keyword-driven framework, makes test scripts more readable, maintainable, and efficient by avoiding redundancy.

Efficiently Passing Dynamic Variables Between Test Suites in Katalon Studio

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. In the realm of automated testing, efficiently sharing dynamic data between different test suites can significantly enhance workflow and accuracy.

How To Write Selenium Test Cases? A Detailed Guide

Selenium is widely loved by web testers around the world thanks to its versatility and simplicity. Testing with Selenium is quite straightforward, which is why it is commonly used for people who want to go from manual to automation testing. In this article, we will show you how to write Selenium test cases the right way.

G2 Recognizes Katalon As The Enterprise Market Leader For Software Testing

We are thrilled to announce that G2, the world's largest and most trusted tech marketplace, has once again recognized Katalon as a leader across SMB, Mid-market, and Enterprise segments of the software testing solution market. The badges we received show our commitment to excellence. Katalon’s diverse range of products empowers teams of all sizes to efficiently deliver software that excels in quality to their users.

How To Write Test Cases? Detailed Guide With Examples

Test case is the backbone of any testing project. The art of software testing is to write the right test case. Firstly it’s not about how you write it, but rather what scenarios you are writing for. After that, we need to closely tie our test cases with test design and test execution. Let’s explore how to write test cases in the most strategic fashion.