Splitting Regression Tests on an E-commerce Backend
Headline

Splitting Regression Tests on an E-commerce Backend

by Software Testing Magazine in Headline 0

In this article, Mikhail Golikov, the sole QA on a seven-team backend e-commerce platform, explains where each regression check belongs, in the browser or at the API. He shares the rule he actually uses, two bugs that only one layer could have caught, and the realization that finally made his browser suite small and stable. share share share share 

Featured

Featured

How Software Quality Impacts the Automotive Buying Experience
Knowledge

How Software Quality Impacts the Automotive Buying Experience

July 23, 2026 0

Buying a car no longer starts when someone walks into a dealership. For most buyers, the journey begins online. They compare models, browse finance options, check vehicle availability, read reviews, and book test drives before speaking with a salesperson. Every one of these interactions shapes their impression of the dealership.

Knowledge

  • Reliable Content Moderation Depends on Testing More Than the Happy Path

    July 17, 2026 0
    A user posts a harmless product photo, uses ordinary language, and receives an immediate approval. That is the happy path. It is also the least revealing test case for a platform that accepts reviews, comments, images, videos, or live chat. share share share share 
  • Why Stable Test Environments Matter for Software Quality

    July 15, 2026 0
    There are 4.3 million developers in the country, many of whom deploy code daily only to encounter a broken staging server. When staging environments constantly shift, finding bugs turns into a guessing game, causing delivery schedules to slip. Unpredictable test beds cost development teams valuable time and reduce release confidence. [...]
  • Splitting Regression Tests on an E-commerce Backend

    July 15, 2026 0
    In this article, Mikhail Golikov, the sole QA on a seven-team backend e-commerce platform, explains where each regression check belongs, in the browser or at the API. He shares the rule he actually uses, two bugs that only one layer could have caught, and the realization that finally made his [...]
  • How to Build Traceable Test Evidence for Software Releases

    July 13, 2026 0
    A test result is useful only when someone can understand what was tested, under which conditions, and against which requirement. This article explains how software QA teams can create traceable test evidence that supports release decisions, defect investigations, audits, and future product work without turning testing into a documentation exercise. [...]

Tools

  • Open Source API Testing Tools

    March 3, 2026 6
    The rising trend of using SOA and then microservices as a software architecture has led to the creation of multiple tools for automated testing of the services API. This article presents a list of open source API testing tools. share share share share 
  • Open Source Test Management Tools

    December 2, 2025 4
    Test management is defined by Wikipedia a part of the software testing process that includes the planning of tests and test cases, their execution and the storage and analysis of the tests results. This is achieved also by the integration with requirements management tools, functional software testing tools like Selenium [...]
  • Streamline Quality Assurance Processes with Next-generation Test Management Tools

    November 25, 2025 0
    The challenges faced by QA teams can lead to delays and missed issues in software development. But AI-powered test management tools provide a way of improving efficiency, visibility, and overall software quality. share share share share 
  • Free Load Testing Tools & Services

    October 31, 2025 5
    The software development trend that shifts the target platform from the desktop to web, cloud and mobile applications has fostered the development of load testing services and performance testing tools on the web. It is an obvious option to use web-based and cloud-based load testing tools for applications that can [...]

Videos

  • Industrial Strength Software Testing for Complex Systems

    June 9, 2026 1
    Complexity is a property of software systems with lots of components that interact in lots of ways. Bugs thrive in complexity. Inert bugs in one component may be activated by seemingly unrelated changes in another. Latent bugs may take years [...]
  • Story Maps and Behavior-Driven Development (BDD)

    January 30, 2026 2
    This is a hands-on practical session about agile testing where participants split into groups and learn how to do story mapping and how to write Given-When-Then Behavior-Driven Development (BDD) tests. share share share share