Systems | Development | Analytics | API | Testing

June 2023

A Preview of Katalon's Autonomous Test Generation Capability

As practitioners of software development, we are all too familiar with the importance of automation. The benefits that automation brings are significant, but its adoption and the realization of its potential can be an ongoing journey, not a destination. It’s not a new concept, yet it continues to evolve and redefine the landscape of software testing.

Leveraging Test Automation for Next-Level Software Quality Assurance: A Preview of Katalon's ATG

As the world rapidly embraces digital transformation, software development, and its corresponding testing methodologies evolve to meet the increasingly high expectations of consumers. Automation, while not a new concept, continues to be a vital factor in this evolution, providing a plethora of benefits that cannot be understated. Indeed, the world of automation is mature, with countless companies leveraging it to enhance their software development lifecycle.

Regression Testing: Embracing the Power of AI and Automation

Quality assurance is a crucial differentiator in today's software marketplace. Gartner reports, "48% of software engineering leaders say customer or user satisfaction are among the top three objectives they are measured on." (Source: 2022 Gartner Software Engineering Leaders Role Survey). In essence, software quality directly influences customer satisfaction. A cornerstone in ensuring such quality is regression testing.

Salesforce Testing: A Complete Guide

Salesforce is a game-changer in the business world, revolutionizing how organizations manage customer relationships and drive growth. As businesses increasingly adopt Salesforce as their go-to CRM platform, the need for robust Salesforce testing to fully unlock its capabilities also rises. However, Salesforce testing is quite complex, especially in terms of data management.

[Webinar] How Brightest Implements a Sustainable ERP Test Automation Strategy For SAP Using Katalon

In this video, you’re going to learn how Dean Bodart, Domain Lead ERP & SaaS at Brightest implements a sustainable ERP test automation strategy, tools, frameworks, and best practices for the SAP. Here’s what I’m going to cover in this video: Learn more: Related playlists: Katalon is a modern and comprehensive software quality management platform. Designed to help software teams test and deliver quality digital products faster, the Katalon Platform comes with ready-to-use capabilities to plan, author, organize, execute and analyze automated tests.

Katalon Recognized By G2 As The Leader In Automation Testing And Software Testing

We are thrilled to announce that Katalon has been honored with 7 G2 awards in summer 2023! This recognition from the world’s largest tech marketplace demonstrates our commitment to delivering cutting-edge solutions and empowering organizations to achieve excellence in software testing.

Why Now is The Time to Transition from Manual to Automation Testing?

Manual testing involves the hands-on evaluation of software or applications, without relying on automated testing tools or pre-written test scripts. Testers simulate user interactions to uncover bugs, defects, and elements that hinder the user experience. By immersing themselves in the software, testers can identify and report issues that may have otherwise gone unnoticed. On the other hand, automated testing allows for the automatic execution of tests using software frameworks.

How To Write Test Strategy? A Complete Guide

Test strategy is a high-level plan consisting of principles that guide the overall software testing process. It provides a structured approach to the entire QA team, guiding them toward achieving testing objectives in the most efficient way. In this article, we’ll walk you through the step-by-step process of developing a thorough test strategy, explain the differences between the test plan vs test strategy, and even provide a template for you to follow.

Introducing StudioAssist Katalon's GPT-Powered Test Development Assistant

Introducing StudioAssist, a next-generation AI-powered coding companion designed to streamline your Studio programming workflow and empower you to develop test automation code like never before. Leveraging the power of GPT and Katalon Studio, this innovative tool provides context-based code suggestions as well as the ability to provide detailed descriptions of existing code.

What is BDD Testing? A Complete Guide

BDD testing is an Agile approach to software testing where testers write test cases in simple language that even people without technical expertise can understand. The goal of BDD testing is to increase collaboration between the technical side and the business side. The Gherkin language is a unique business-readable language used to describe system behaviors and scenarios. It is structured by 3 primary statements: Given - When - Then, with each statement describing a specific aspect of the system.

[Webinar] LTIMindtree Driving Enterprise Automation for Duck Creek Platform using Katalon

In this video, you're going to learn how @ltimindtreeOFCL quickly innovates and tackles challenges in testing Duck Creek platform, evolve with changes and stay competitive in the market. Here’s what I’m going to cover in this video: Learn more: Related playlists: Katalon is a modern and comprehensive software quality management platform. Designed to help software teams test and deliver quality digital products faster, the Katalon Platform comes with ready-to-use capabilities to plan, author, organize, execute and analyze automated tests.

Manual Testing: A Complete Guide

Manual testing is a type of software testing where testers evaluate software or application quality manually, without the help of automated testing tools or executing test scripts. Testers interact with the system similar to how an end user would to identify bugs, defects, and issues in the software that create friction in user experience. When a developer manually runs their application and tries out the features they have coded, they are performing manual testing.

[Webinar] Katalon May 2023 Product Roundup

In this video, you’re going to dive deep into the latest features and enhancements added to the Katalon Platform in the month of May. We will provide you with a comprehensive overview of all the new features that we have included in the Katalon Platform to help you achieve faster, more efficient, and more reliable testing outcomes.

TDD vs BDD: Full Comparison

TDD (Test Driven Development) and BDD (Behavior Driven Development) are fairly similar development approaches that both emphasize testing and collaboration, yet have major differences in focus and methodology. Simply put, in TDD, developers test first, then use the test results to guide their development, while in BDD, developers express the system behavior they want to create through Gherkin syntax, then code according to those Gherkin expressions.

Accessibility Testing: A Complete Guide

Accessibility testing is the process of evaluating that a software application, website, or digital content is usable to people with special needs or unique challenges due to physical, sensory, cognitive, or developmental impairments. The goal of accessibility testing is to identify and address barriers or obstacles in the application that can prevent these individuals from effectively using and accessing the digital product.

Cross Browser Testing: A Comprehensive Guide

Cross-browser testing is a type of software testing where testers assess the compatibility and functionality of a website or web application across various web browsers, platforms, and versions. It rose from the inherent differences in popular web browsers (such as Chrome, Firefox, or Safari) in terms of their rendering engines, HTML/CSS support, JavaScript interpretation, and performance characteristics, leading to inconsistencies in user experience.