Systems | Development | Analytics | API | Testing

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

How to use the clear() method in Selenium WebDriver with Python?

When writing automated tests with Selenium WebDriver and Python, one common task is dealing with input fields that already contain text. Whether you're working with a login form, a search bar, or a multi-step checkout flow, starting with a clean field helps ensure consistency every time your test runs. The clear() method in Selenium offers a direct way to remove any existing text inside a form field before you input new data.

What You Need To Know About Root Cause Analysis

You know that frustrating moment when something goes wrong at work, and everyone immediately rushes to quick fixes without truly understanding the root of the problem? This is where root cause analysis (RCA) comes in to help. Let me guide you through everything you need to know about this effective problem-solving method that can transform how you address challenges in your organization.

Data Masking for Oracle Tutorial with Perforce Delphix

Discover how to accelerate secure application development with Perforce Delphix's powerful data masking for Oracle. Watch our demo to see how you can protect sensitive information in large, complex Oracle environments while ensuring compliance with regulations like LGPD and GDPR. In this video, Delphix Sales Engineer Ilker Taskaya demonstrates how to: This solution is essential for large enterprises in regulated industries looking to secure data, accelerate cloud migrations, and enable faster innovation without compromising on compliance or security.

Should I automate tests for applications that have been around for a while?

For long-lived applications the decision to automate depends on how often they change and how often tests must be re-run. If releases are regular and you need repeated validations, automate the repeatable checks to gain speed and consistency. If the app rarely changes and tests run once in a while, manual can be enough. Choose based on release cadence, rerun frequency, and ROI. — Alex Martins, VP of Strategy at Katalon.

What Is a Canary Deployment? A Complete 2025 Guide for Business Owners and DevOps Teams

In my work helping teams adopt canaries, I’ve seen several recurring mistakes. Here’s a “pro tip” list to avoid them: Pro Tip: Don’t skip staging testing. Canary isn’t your only safety net—use staging to catch basic issues first. Is Your Infrastructure Ready for Global Traffic Spikes? Unexpected load surges can disrupt your services.

From Scripts to Scenarios - How AI Understands What to Test

Traditional test scripts are too brittle for today’s fast-moving, complex systems. AI-powered agents enable a shift to scenario-based testing - high-level, reusable flows that describe user intent and behavior. Agents can help extract, generate, and evolve these scenarios, while humans guide relevance, risk, and validation. This approach improves stability, cross-platform coverage, and business alignment.

Why AI-native Testing Redefines Quality? Next Steps for QA Leaders

When you think about test automation, what image comes to mind? For many QA leaders, automation still means running the same scripts every night, chasing down false-positives, and fighting maintenance debt. That model served us well for a while, but it was always limited: automation only runs what humans script. The next era is about AI-powered testing. AI-powered testing doesn’t just execute predefined tasks; it generates coverage dynamically, adapting as your application evolves.

A Developer'S Guide To API Mocking: Benefits, Tools, And Tips

APIs are most commonly and widely used in modern applications. To build the complete application frontend, backend, and databases are required, and to make proper communication, the APIs are required. But what happens when the backend isn’t ready or third-party APIs are unstable?. This is the point at which the use of API mocking comes in. By using the API mocking, developers can build, test, and debug their applications or products faster without waiting for real APIs to be live.

Why Deterministic Masking Is the Key to Secure, Integrated Test Data

Deterministic masking is essential for any businesses that need to secure application data across multiple non-production environments — since it ensures data is masked consistently everywhere it appears. As CTO of Perforce Delphix, I’ve worked with many companies who need to protect sensitive data while providing realistic data for testing and development. This is especially important in industries like insurance, healthcare, and financial services.