Systems | Development | Analytics | API | Testing

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

Game Tech Summit 2025: Navigating the Future of Games and Media Development

Last week, industry leaders gathered at the Game Technology Summit during GDC 2025 to explore emerging trends and challenges in game development. The panel discussion, moderated by Jase Lindgren (Sr. Solutions Engineer and P4 Evangelist, Perforce), featured insights from Colin Walder (Engineering Director, CD PROJEKT RED), Joshua Orellana (Head of Animation and Games, Halon Entertainment), and Matt Ellis (Game Dev Advocate, JetBrains).

Automating API Mocks in Your CI Pipeline with proxymock

When running tests in a CI/CD pipeline, relying on external APIs can introduce instability, slow down execution, and even lead to failed builds due to rate limits or API downtime. Fortunately proxymock provides a solution by capturing API interactions and running a local mock server, enabling fully isolated and repeatable tests. In this blog, we’ll demonstrate how to integrate proxymock into a GitHub Actions CI pipeline using a demo app called outerspace-go.

Top 10 API Testing Tools to Use in 2025

APIs power everything—from your favorite apps to critical business systems. But what happens when your API is subjected to large or unexpected traffic, security threats, or plunges under load? One weak link can destroy UX, destroy data or take down your service. API testing serves as your safety system beyond being a mandatory requirement. Faster development schedules and increased user demands during 2025 require organizations to make essential testing tool choices.

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.