Systems | Development | Analytics | API | Testing

October 2024

Autonomous testing: are we there yet?

Took me years to finally get a Roomba (those robot vacuums from iRobot that have been around since 2002). I was pretty skeptical about how well it would clean and how smart and autonomous it really was. My wife was on board on the benefits from the start, but I needed some convincing. After plenty of back-and-forth (and my wife’s persistence), we went for it. Honestly, the benefits weren’t obvious to me from the start.

The Essential Skills Required For Automation Testing

Automation testing is no longer a "nice-to-have" skill in the modern software development lifecycle (SDLC)—it’s essential. However, for many aspiring automation testers, the path to mastering these skills can seem overwhelming. We tapped into our community of 90,000+ testers to uncover what are the essential skills every test automation tester should have. Here's what they revealed, and we're excited to pass it on to you!

The rise of the hybrid tester

I'm pretty fast on my laptop keyboard, usually typing around 60 words per minute, sometimes even more, thanks to my mom. She signed me up for a typing course when I was 12 because she thought it would be useful for my career someday, years before I could get my hands on a real computer. It turns out she was right, and it's still a handy skill today. When I graduated from the typing course, my mom gifted me an Olivetti typewriter. It was amazing at the time!

Test Case Design Techniques: The Definitive Guide

The first step is often the hardest, and in software testing, this is especially true. When presented with a system, how do you go about and decide what to test? Standing in the middle of the unknown, we need guidance, and learning about test case design techniques is a good place to start. In this article, we’ll show you: Let’s dive in!

Testing Center of Excellence (TCOE): A Brief History, and How It Can Be Modernized

The end goal of the Testing Center of Excellence (TCOE) is to drive the shift from fragmented, project-based QA efforts to a unified governance structure. It was a pre-Agile innovation to bring testing from the “background” to the center of the SDLC. The arrival of Agile renders the traditional TCoEs obsolete.

AI in UX design - Vital AI Impacts & Enhanced Features

Did you know that the AI market size is likely to reach USD 826.73 billion dollars by 2030? Yes, you read it right! The use of artificial intelligence can be seen in every field. AI in UX design is bringing about a revolution in the way users interact with technology. Traditionally, UX design relied on designer intuition, manual processes, and labor-intensive user testing. No doubt, the conventional approach had a positive impact on the user experience.

Decision Table Testing: A Complete Guide

Testing software, especially complex systems, can be a daunting task. But what if there was a way to systematically test every possible input combination without getting overwhelmed? That’s where Decision Table Testing comes in! As a black-box testing technique, Decision Table Testing helps testers map various combinations of inputs (conditions) to their corresponding outputs (actions), ensuring comprehensive test coverage without redundancy.

Software Testing Life Cycle: A Definitive Guide

The Software Testing Life Cycle (STLC) is your roadmap to delivering high-quality, bug-free software. Imagine it as a journey that guides software testers through every crucial step needed to transform a product from concept to perfection. Each phase plays a unique role—whether it's catching bugs, enhancing functionality, or ensuring the final product meets business needs. Every stage works in harmony to guarantee the software is ready for the real world. Ready to dive in?

Equivalence Class Partitioning: A Complete Guide

Equivalence Partitioning, also known as Equivalence Class Testing, is a powerful black-box testing technique designed to streamline testing by minimizing the number of test cases while ensuring comprehensive coverage. This approach is widely used to make testing more efficient without sacrificing effectiveness. Let’s learn more about how it’s done!

Boundary Value Analysis: A Complete Guide

Boundary Value Analysis (BVA) is a crucial software testing technique that focuses on testing the boundaries or edges of input ranges. It is based on the observation that errors often occur at the edges of input ranges rather than in the middle. By testing the extremes, BVA helps identify potential vulnerabilities and ensures that the system behaves correctly at its limits.

Empower Your Testing Team With a QA Academy

Some of the responsibilities of a team leader is to empower your team with the necessary tools and skill sets so that they can excel at what they do. According to the State of Quality Report 2024, some of the most prominent challenges QA teams face include a lack of time to ensure quality, difficulty in applying test automation, and frequent changes in requirements. Training and education is the key to overcoming such obstacles.

When To Use Katalon TestCloud, Katalon Runtime Engine, Or Both For Optimal Test Automation

Understanding when to leverage Katalon TestCloud and Katalon Runtime Engine (KRE) is essential to optimize your test automation strategy. Each tool serves a distinct purpose, from enabling scalable cloud-based test execution to ensuring robust performance in various environments. This guide will help you navigate their unique capabilities, empowering you to make informed decisions that maximize efficiency and effectiveness in your test automation.

Test Environment: Best Practices When Setting Up

You’ve written all of your test cases! Congrats, you’re on the right track to success. Now you need to execute them, and test execution needs to take place in a test environment. Those environments can be the make-or-break of your test result. In this article, we’ll explore the concept of a test environment in-depth and how you can best set it up.