Systems | Development | Analytics | API | Testing

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

Test the Untestable With Perfecto AI: GUI Cards

Discover how Perfecto AI streamlines the testing of complex GUI cards and collapsible menus, a common challenge in modern application design. This demonstration reveals how a single, natural language prompt can execute sophisticated tests across multiple platforms, saving significant time and effort. What you will witness.

Easy Data Sharing for Development Fixes Tutorial with Perforce Delphix

Struggling with slow, cumbersome data sharing between your development and testing teams? This demo reveals how Perforce Delphix transforms your data operations, enabling you to accelerate development fixes and root cause analysis. Learn how to empower your teams with self-service access to secure, virtual databases.

The Role of Test Management in Accelerating Digital Transformation

Strategic test management is the foundation that determines digital transformation success or failure. Recommendation: Implement unified test management early in digital transformation initiatives to ensure sustainable success and competitive advantage. Digital transformation has evolved from a strategic option to a business imperative.

Perforce 2025 State of Data Compliance Report Reveals Confusion Around AI Data Privacy

MINNEAPOLIS, SEPTEMBER 30, 2025 - Perforce Software, the DevOps company for global teams seeking AI innovation at scale, announced the findings of the 2025 State of Data Compliance and Security Report. This comprehensive research reveals alarming trends when it comes to AI and data privacy, with mass confusion around the safety of sensitive data in AI model training and the frequency of data privacy exposure.

The Developer's Guide to Debugging AI-Generated Code

AI coding tools like ChatGPT, GitHub Copilot, and Claude have completely changed how we write software. From humble beginnings where non-AI-enabled code assistants made intelligent code suggestions, like Intellisense, the latest agentic tools can generate entire functions, suggest optimal algorithms, and even scaffold complete applications in minutes. However, as any developer who’s worked with AI-generated code knows, the output isn’t always perfect.

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.

Online API Tester: Complete Guide to Testing APIs in 2025

When your application crashes during peak traffic or returns cryptic error messages to frustrated users, the culprit is often hiding in plain sight: untested APIs. According to recent industry data, APIs now account for 71% of all internet traffic, yet many businesses still treat API testing as an afterthought.

Selenium Click Link: Different Ways to Automate Link Clicks

Clicking links is one of the most basic things a user can do on a website. If you're writing test scripts, it’s also one of the most common actions you’ll need to automate. With Selenium WebDriver, you can interact with any hyperlink on the page, no matter if it's visible, hidden, dynamic, or opens in a new tab. All you need is the right locator and a clear understanding of how the browser responds.