Systems | Development | Analytics | API | Testing

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

Protecting Sensitive Data in Non-Production Environments: No Trade-Offs Necessary!

Yes, you’ve heard it all before: the frequency of cyberattacks and their devastating aftermath, organizations’ gaps in protecting sensitive data, and the financial consequences of not complying with GDPR and the likes. I am not here to share any old news. But there is a risk that is not discussed frequently enough in the news. And it should be. How often do you suppose data in non-production environments is compromised or fails compliance audits?

Synthetic Test Data vs. Test Data Masking: How to Use Both

To use synthetic test data or to use test data masking — that is the question. But the answer may not be what you expect. Before we dive into that, what’s happening in today’s business landscape that’s prompting the question around synthetic vs. masking? Delivering high-quality applications at lightning speed is expected in today’s CI/CD world. Fast time-to-market is at odds with security and compliance requirements.

Mobile App Testing Device Fragmentation: 2025 Benchmarks

By the year 2025, simply writing clean code doesn’t guarantee a flawless mobile application; ensuring your app works across a jungle of devices is the key to success. The challenge stems from mobile device fragmentation, the unlimited, confusing combinations of operating systems, display sizes, and hardware specifications that make testing a moving target.

Why Data Assurance is Critical for ERP Implementations

Did you know that poor data quality costs the UK economy an estimated £244 billion annually, and up to 75% of ERP projects fail to deliver due to data issues? In today’s data-driven world, enterprise resource planning (ERP) systems promise to streamline operations, boost visibility, and sharpen decision-making across sectors such as banking, retail, and manufacturing. Yet, many UK organisations pour millions into these platforms only to see them falter. The culprit? Overlooking data assurance.

Application Migration to Azure: A Complete Step-by-Step Guide (2025)

Do you know that moment when your old on-prem systems creak under pressure? Apps are slow, updates are a nightmare, costs are ballooning, and innovation is bottlenecked by outdated infrastructure? Many organizations are waking up to the fact that keeping things as they are is no longer viable. Application migration to Azure isn’t just a tech upgrade; it’s a strategic move.

Agentic Automation in Testing: Scope, Benefits, and the Future of Autonomous QA

Traditional automation in software testing is beginning to show its limitations. Once regarded as the benchmark for speeding up QA, now struggles to keep pace with modern software development. Agile methodologies, DevOps practices, continuous delivery, and rapidly evolving user journeys require testing strategies that are more innovative, quicker, and adaptable.The challenge? Old automation frameworks still lean too much on people. They rely on fixed scripts, constant maintenance, and manual oversight.

Need to do Integration Testing without a real Postgres SQL Database? #speedscale #postgres #sql

Struggling with integration testing because you need a real Postgres SQL database running? This video walks you through how to use Speedscale's proxymock to easily record and mock a live Postgres connection. You'll see how to: By the end, you'll be able to create realistic database mocks for your testing and development, saving you time and hassle.

Best Practices for Integrating Test Management with CI/CD

Test management integration transforms CI/CD pipelines into quality-driven development engines that deliver faster, more reliable software releases. The future belongs to organizations that seamlessly blend test management with CI/CD automation, creating unstoppable quality delivery machines. The days of treating testing as an afterthought are over. Modern software development demands that test management integration becomes the backbone of your CI/CD pipeline, not just another step in the process.

How to type into a text box using Selenium?

Typing into a text box is one of the first things you'll want to do when working with Selenium. It’s a core action that helps simulate real user input to fill out things like login forms, search fields, checkout screens. This guide will walk you through the exact steps to type into a text box using Selenium WebDriver. Whether you're new to automation or just looking for a refresher on Selenium input text techniques, this article has you covered.