Test folders management
Headline

Turning Postman Collections into Committable Pytest Suites

by Software Testing Magazine in Headline 0

In this article, Mikhail Golikov, the sole QA on a seven-team backend platform, explains how he turned a drawer full of unrun Postman collections into committable pytest suites, walks through the conversion request by request, and shows the folder-scoped command-line tool he built so one team’s pattern could scale to seven. share share share share 

Featured

Software Testing Videos

Industrial Strength Software Testing for Complex Systems

June 9, 2026 0

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 to be observed or detected by software testing.

Featured

Knowledge

  • How Software Testing Ensures Accurate Live Betting Odds

    June 11, 2026 0
    Live betting odds fluctuate because of real-time events like weather, injuries, and a coach’s tactical changes. Betting during a game is a different experience from placing pre-match wagers. share share share share 
  • Building a High-Performance Testing Strategy for Distributed Development Teams

    June 10, 2026 0
    Testing isn’t simply about catching bugs anymore. It’s about delivering reliable experiences at the same pace that globally distributed developers merge code, spin up containers, and release microservices. When your QA leads are in Berlin, your frontend guild meets from Kyiv, and your SRE shift hands off in Bangalore, the [...]
  • The Role of Modern SaaS Platforms in Managing Field Service Operations

    June 9, 2026 0
    Modern SaaS platforms have transformed enterprise systems by shifting complex operational workflows from isolated environments into cloud-based ecosystems. From a software quality and testing perspective, this transformation introduces new challenges in scalability, reliability, and system validation. share share share share 
  • How to Test Retail Technology Before It Reaches the Sales Floor

    June 8, 2026 0
    You have probably seen an anxious retail assistant struggle with a long line of frustrated customers as newly rolled-out terminals continue to refuse to read their standard debit cards. It’s unpleasant to see, even more unpleasant to be there yourself. share share share share 

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

  • 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 
  • Best Practice for Property-Based Testing

    December 3, 2025 1
    This talk aims to introduce property-based testing, why you may want to use it, and real-life use cases for including it in code bases. Property-based testing is an approach to testing that involves specifying statements that should always be true [...]