Systems | Development | Analytics | API | Testing

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

Business Resilience Test Strategies for 2025

Is your testing strategy ready for 2025? In this episode of Test Case Scenario, Jason Baum is joined by Maaret Pyhäjärvi, Principal Test Consultant at CGI, along with Diego Molina and Titus Fortner from Sauce Labs, to discuss the evolving landscape of quality assurance and business resilience. The panel delivers insights into the biggest challenges and opportunities for testing teams in 2025, from AI-assisted automation to the growing importance of accessibility testing.

How to Choose a Tech Stack for Mobile App Development

Mobile apps have become an essential part of daily life. You need a mobile application for almost everything these days. Investing in mobile app development makes sense as an entrepreneur or business owner. However, developing a successful mobile application requires making smart technical decisions from the start. Choosing the tech stack is a significant activity during the mobile app development process. A tech stack is a suite of tools and technologies you can use to develop a mobile app.

S1.E32: The power of observability and Exploratory Testing with Charity Majors

"Monitoring is for your known unknowns. Observability is for your unknown unknowns." But what does that really mean? And where does exploratory testing fit into all of this? In this episode of QA Therapy, we sit down with Charity Majors, co-founder and CTO of Honeycomb, to dive into the evolving role of testing, monitoring, and observability in modern software development.

How to Achieve SOC 2 Certification for Your Organization

Did you know that 60% of businesses that experience a data breach go out of business within six months? Protecting customer data isn't optional—it's a business requirement. To handle sensitive customer data, your business must prove the use of stringent security measures that create trust with clients while fulfilling regulatory specifications. SOC 2 certification provides the solution in this situation.

Why AI Isn't Ready to Replace Developers

When it comes to AI, we’re focused on the wrong problems. On Test Case Scenario, we discuss the real challenges AI faces in software development: AI can churn out code, sure—but when it comes to maintenance, it’s dead weight. Collaboration over replacement: @Titus Fortner shares why AI isn’t your star coder—it’s your intern, and it needs constant babysitting. The real bottleneck? Writing code isn’t the hard part. It’s building tools that help teams actually understand and sustain their work.

Automation metrics that matter: a guide for QA leads

Quality Assurance (QA) leads ensure that automated testing contributes to delivering high-quality products. But how do you measure the success of your automation efforts? This is where tracking the right metrics becomes essential. Automation metrics provide QA leads with insights into the efficiency, reliability, and impact of their testing strategies. When used effectively, these metrics can identify bottlenecks, guide decision-making, and improve overall team performance.

Understanding the Action Class in Selenium and How to Handle It?

While Selenium WebDriver provides essential functions like clicking elements and sending text, there are situations where more advanced functions are needed. The Action Class in Selenium is an advanced feature in the Selenium WebDriver that provides an API for performing complex user interactions like mouse movements, keyboard inputs, drag and drop, and other keyboard and mouse actions.