Systems | Development | Analytics | API | Testing

The latest News and Information on Software Testing and related technologies.

A Guide to LLM Testing and Evaluation for Modern QA Teams

The world of software is undergoing a seismic shift. Large Language Models (LLMs) are no longer a novelty; they are being integrated into a vast array of applications, from customer support chatbots to sophisticated code generation tools. For QA professionals and developers, this represents a new frontier in software testing as well, one that demands a fundamental rethinking of our traditional testing methodologies.
Sponsored Post

What Are Cloud Development Environments?

Especially, if you have a globally distributed team, CDEs give you a smoother developer experience just by its online nature. Instead of wrestling with conflicting dependencies, trudging with inconsistent local setups, or waiting for your code to compile, you have a powerful, instantly accessible development environment in the cloud. CDEs remove typical limitations like hardware and scalability. You can quickly get started with minimal setup and configuration, but confidently move forward due to the flexibility and customization features CDEs provide.

The New Era of Mobile Testing - and What's Still Getting in the Way

Mobile apps aren’t just another digital touchpoint anymore – they’re the front line. Whether you’re banking, booking a ride, ordering dinner, or catching up on emails, it’s happening on your phone. But when things go wrong, customers don’t wait around. According to PwC, 32% of customers would stop doing business with a brand they love after just one bad experience.

Supercharge API-First Development with API Hub + ReadyAPI Virtualization

In today’s software landscape, APIs are more than just a technical interface, they’re the connective tissue of modern digital products. Organizations embracing API-first strategies aren’t just producing better APIs – they’re fueling faster innovation, scalable architectures, and smoother collaboration across teams. But transitioning to an API-first strategy isn’t always a smooth ride.

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.

What Is Code Refactoring?

Have you ever looked at your code and asked yourself, "Who wrote this mess??" And suddenly you realized it is none other than you. I’ve faced this situation a lot—your own code seems like a mess if you review it after 2 or 3 months. Do you know the reason why? Yes, it’s because there is no refactoring in the code In this blog, we’ll explore what code refactoring is, why it’s important, and walk through a few examples.

Filtering out bugs at each software layer by leveraging AI| Heemeng (Chris) Foo| TTTribeCast Webinar

How do we achieve bug free code? To answer this question we must first understand why bugs manifest: inadequate requirements definition and lack of software craftsmanship. In this talk, we look at a "filter" based approach to our software pipelines: how we can at each layer filter out bugs or the probability of bugs and how AI can help with that. About Heemeng (Chris) Foo.

10 Essential Gherkin Best Practices for Effective BDD Testing

The Gherkin language has transformed how development teams approach behavior-driven development, creating a bridge between technical implementation and business requirements. By providing a common vocabulary that all stakeholders can understand, Gherkin enables teams to create living documentation that drives high-quality software delivery.