Systems | Development | Analytics | API | Testing

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

How To Build A Regression Test Plan?

Regression testing is notoriously repetitive and time-consuming. As your software grows in complexity, manually testing every existing features is just counter-productive. This is why regression testing is an ideal potential for automation. One of Katalon's customers, Liberty Latin America, upon adopting regression test automation, has seen 50% decrease in testing time, which ultimately translates into rippling benefits across the entire QA process.

How To Do API Regression Testing?

API is the backbone of many software architecture. However, it is also one of the major points of technical conflict. When a major code update happens, it is really important to check on these APIs to ensure that those code modifications did not inadvertently break existing functionality. This is why API regression testing should be considered in your regression test planning.

Banking Application Testing: Cost, Process & Timeframe

Banking applications are the backbone of the modern financial system. They manage billions of transactions daily, secure sensitive user data, and ensure seamless financial operations across the globe. Just as a high-performance car requires rigorous testing before hitting the road to avoid accidents and breakdowns, banking applications must undergo extensive testing to prevent financial losses, security breaches, and operational failures.

AI-Powered API Design with SmartBear API Hub - HaloAI in Action

Get a sneak peek at how SmartBear API Hub is evolving API design with AI-augmented workflows. In this demo, we explore our new AI-powered API design capability, which lets you describe APIs in plain English and instantly generate OpenAPI-compliant designs — complete with resource definitions, error schemas, and support for your organizational standards.

How to Setup CI/CD Pipeline: Time, Cost & Best Practices

In today's fast-paced software development environment, continuous integration and deployment (CI/CD) has become essential for delivering high-quality software quickly and efficiently. A well-designed CI/CD pipeline automates integrating code changes, running tests, and deploying updates, allowing development teams to release new features and fixes more frequently with reduced risk. Adopting CI/CD can significantly improve development efficiency.

FinTech Application Testing: Cost, Process & Timeframe

Imagine you’re building a high-speed train—one that needs to get passengers (or in this case, financial transactions) from point A to point B in record time, with absolute precision, and without a single glitch. Now, would you let that train run at full speed without rigorous safety checks? Not. The same logic applies to financial technology (FinTech) applications, where even a minor bug can result in security breaches, compliance failures, or financial losses running into millions.

How to Use TestNG.xml? Step-by-Step Guide for Beginners

Ever felt stuck running Selenium test cases one by one, wishing there was an easier way? Good news—there is! Meet TestNG, the ultimate testing framework for organizing and automating your test execution effortlessly. With TestNG.xml, you can run multiple test cases in one go, control execution flow, and even group tests based on priority. No more manually triggering tests—just set it up once and let it handle everything for you. But what is TestNG, and how can it make your life easier?