Quality Assurance in Math Learning Software: Best Practices and Techniques
Headline

Rethinking Regression Testing with Change-to-Test Mapping

by Software Testing Magazine in Articles 0

Regression testing is a key practice to prevent changes for bringing negative side-effects in production. Running them could however take a long time and slow delivery of new code. This article introduces change-to-test mapping for regression testing. It is an approach that aims to run only the tests that truly matter, without compromising test coverage. share share share share 

Featured

Software Testing Videos

Untangling Your Spaghetti Test Automation Code

September 22, 2025 0

In a lot of software development teams, test automation code is treated much less carefully than production code. It is expected to just work. Mindless copy and paste of setup code from one test case to another is seldom seen as problematic, scripts duplications are widely accepted, and things are named randomly.

Featured

How Complex Live Games Are Tested
Articles

How Complex Live Games Are Tested

September 23, 2025 0

Live games have become more popular in the last couple of years, and it’s easy to understand why. Players can join interactive sessions instead of simply clicking buttons on a screen. Now, they get to feel far closer to the energy of being in a physical venue. Because the experience of participating in these live games feels effortless, you might think that things working behind the scenes are simple.

Knowledge

Tools

  • Cross-Browser Testing Tools (Free, Open Source, Paid)

    July 8, 2025 8
    When today’s applications run on various browsers (Chrome, Firefox, Safari, Edge, etc.) on different mobile or desktop devices with specific screen settings. This is why you need to perform cross-browser testing for your automated tests. This article lists the main desktop or online cross-browser testing tools available today. share share share share 
  • Open Source Android Testing Tools

    June 17, 2025 2
    The shift towards mobile platforms is a strong trend currently and Android is the most widely adopted mobile OS with an estimated market share above 80% in 2014. You should naturally test all the apps developed for Android and a large number of open source testing tools and test automation [...]
  • Open Source API Testing Tools

    January 7, 2025 2
    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 .NET Behavior-Driven Development (BDD) Tools

    December 2, 2024 0
    Behavior-Driven Development (BDD) is an Agile approach that mixes requirement gathering, documentation and acceptance testing. You write human-readable sentences describing the features of your application and how they should work. share share share share 

Videos

  • Accessibility Testing at Scale Powered by Appium

    July 2, 2025 0
    To date, web applications have been the focus of digital accessibility tooling. Attention is now pivoting to mobile apps that are usually tested with Appium. So how do we test mobile apps for accessibility? Many organizations test their apps with [...]
  • Your Data Quality Needs Testing Too

    June 2, 2025 1
    Application developers typically test their code, often with large suites of automated tests, before each new release. But, when the application is running live, it will be receiving data from multiple sources, over which we may have little control, and [...]