Author: Neha
-
Why Traditional API Testing Fails? Comparing Shadow, Production, Replay Techniques
I want to share the story of how our team at a fast-paced startup tackled the challenge of API testing without any dedicated QA team, the roadblocks that we encountered, and how we ultimately addressed these issues. Baseline Challenge We had 15-day sprints including mandatory unit and API testing. Initially, we relied on automated testing.…
-
๐งช Testing with ChatGPT : Epic Wins and Fails
Hey devs, ๐๏ธ let’s talk about a shiny new tool that’s shaking up testing โ ChatGPT ๐. It’s like your sidekick, but is it the superhero it claims to be? Grab some popcorn and let’s break down how this AI buddy can rock the testing boat that might make you go, "Aha!" or "Oops!" Seeing…
-
Diverse Test Data: Boosting Regression Testing Efficiency
As someone who creates regression test suites, I know how critical test data is. The data you use directly impacts whether your tests cover the right functionality and catch issues. Yet test data is often an afterthought, created hastily with little diversity. The Impact of Test Data on Regression Testing I’ve found that spending time…