Systems | Development | Analytics | API | Testing

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

Teamwork Drives Early Bug Detection

Is catching bugs before production really possible? @Saurabh Shanbhag from @DoorDash shares insights on how minimizing bugs is a team effort and not just the responsibility of engineers or QA testers. Collaboration across roles is key to ensuring product reliability. Here’s how teams can prevent issues before launch: Watch this episode of Test Case Scenario to learn more about bug prevention strategies that actually work.

Test Plan vs Test Strategy: Best Practices, Examples, and Pros & Cons

When it comes to ensuring software quality, having a well-defined Test Plan and Test Strategy is crucial. As a software developer or QA professional, understanding the differences between these two concepts and how to write a Test Plan or execute a test strategy effectively can significantly improve your testing process.

The Impact of AI and Machine Learning In Quality Assurance

Some of the popular AI tools people and corporations are using now include ChatGPT, Google Gemini, and Microsoft Copilot. This has resulted in higher usage and adoption of this technology and this has caused some worry among people, particularly in terms of employment. However, for software testers, these changes should be seen as a chance to improve rather than a threat.

Overcoming Test Automation Pitfalls: Lessons from Real-World Failures

In today’s fast-paced software development world, automation promises speed, efficiency, and accuracy. However, teams often face several obstacles as they move towards building a successful test automation practice. From choosing the right tools to maintaining scalability, the path can be filled with costly pitfalls if not navigated strategically. In this thought leader discussion, industry veterans Ravi and Ram share insights from decades of experience, covering real-world examples of test automation gone wrong and offering expert advice on how to overcome these challenges.

A friendly introduction to PHP testing

In the last few years, there has been a lot of movement around new and exciting PHP testing tools. While this is great news, stepping back a little and understanding the underlying concepts before jumping in is vital to writing great PHP tests. When we talk about testing tools and methodologies, we're referring to automated testing tools. Writing code that tests your PHP apps is a great way to build confidence that your application will behave as you expect.

Building Reliable Software Systems with DoorDash's Saurabh Shanbhag

How do you ensure your software system is reliable from design to deployment? In this episode of Test Case Scenario, Jason Baum and Evelyn Coleman sit down with Saurabh Shanbhag, Software Engineer at DoorDash, to discuss the best approaches for preventing bugs and building reliable systems. Saurabh draws on his experience from Amazon, Uber, and DoorDash to explain how teams can focus on strong initial design, thorough testing, and smart monitoring to keep systems running smoothly.

AI-driven test strategy and its impact on software quality

While still in its early days, artificial intelligence is becoming a driving force behind innovation in software testing. While automation has improved testing efficiency, AI can take it further by influencing critical decision-making. Rather than reacting to issues as they arise, teams can now identify potential problems earlier in the development cycle. In this article, we’ll explore how artificial intelligence can help teams rethink their testing strategies.

A Comprehensive Guide to Test-Driven Development in Software Engineering

I often wonder about Steve Wozniak’s claim that the first computers were built to help “common people rise.” Correlating the evolution of software with the upheaval of our human society brings a very hopeful sentiment. Now, software engineering methodologies cater to more nuanced requirements of our “rising,” such as allowing space to correct mistakes (agility) and openness to feedback (adaptability).