Systems | Development | Analytics | API | Testing

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

Test Recorder: The Fast-Track To Codeless Ui Test Automation

Software teams today are routinely under pressure to release features more quickly, while keeping quality in check, in today’s fast-paced digital ecosystem. Automation testing enables teams to develop this balance; however, most teams find that writing and maintaining test scripts becomes a heavy burden with technical complexity, and takes time away from building features. This is where a Test Recorder is of great assistance.

Smarter Test Coverage with AI Test Model Generation in Xray Enterprise

Quality assurance has always been about balance, ensuring every scenario is covered without drowning teams in complexity. Yet, as systems grow and requirements multiply, keeping up with coverage demands has become one of the hardest parts of modern QA. That’s where AI-powered test model generation steps in, not to take over, but to amplify how testers design, visualize, and expand coverage.

OctoPerf v16 - A major UI makeover

In 2022, OctoPerf went through a major UI makeover. The goal was not only to move to a more modern tech stack, but above all to offer a smoother, more flexible experience to our users. Since then, this new UI has been warmly welcomed by the thousands of people using OctoPerf every day. Over time, we’ve kept listening to you: your positive feedback, your suggestions, your ideas for improvement.

A Deep Dive Into V Software Development And The V-Model Approach

In the high-speed world of software development, the label V Software Development can suggest two distinct but connected concepts. On one hand, it denotes software development with the contemporary V programming language—a language intended for simplicity, efficiency, and security. On the other hand, it can symbolize the V-Model Software Development life cycle, a traditional model of software development that is characterized by structure, order, and verification at every phase.

Test Case Management: Tools, Templates & Strategy

Effective test case management transforms scattered testing efforts into a systematic quality assurance powerhouse. Start treating test case management as a strategic investment, not an administrative burden. Poor software quality costs the U.S. economy at least $2.41 trillion annually, according to the Consortium for Information & Software Quality's 2022 report. Yet many QA teams still struggle with scattered test cases, missing documentation, and zero visibility into testing progress.

Fail Fast, Fix Faster: Pipeline Wisdom from Halo Infinite to Virtual Production

From working on Halo Infinite and Age of Empires II to leading real-time research at Oscar-winning VFX studio DNEG, then founding Shiftstorm Entertainment and serving as Director of Engineering at ICVR, Luis Placid spans many creative industries. Luis joins Jase Lindgren to unpack the evolution of creative pipelines, the convergence of gaming and media pipelines, challenges re-educating artists on version control, and the power of failure as a learning tool.
Sponsored Post

Settle Your QA Debt Before the Bugs Start Breaking Kneecaps

In Part One, we discussed how QA debt builds silently over time - causing slower releases, late-night firefights, and unpredictable test cycles. The next step is understanding how much debt you have and where it hides. This post goes deeper into measuring QA debt - what to track, how to collect data, and how to use those insights to create a sustainable plan for improvement.

Part 3: Building a Production-Grade Traffic Capture and Replay System

At a previous company, we had over 100 microservices. I’d make what seemed like a simple change to one service and deploy it, only to discover it broke something completely unrelated. A change to the user service would break checkout. An update to notifications would break reporting. We spent more time fixing unexpected bugs than shipping features. The problem was our test scenarios were too simple.

Writing Comprehensive Integration Tests for Django Applications

Integration testing verifies that multiple components of your Django application work together correctly. Unlike writing unit tests that examine isolated functions or methods, the Django integration testing process validates entire user workflows, tests database transactions, and system interactions. Django's testing framework provides specialized tools for creating realistic automated test scenarios that mirror production environments.