Generating regression tests on the fly: what for?

regression tests

Introduction We’ve been talking about AI for a few years now, but since the publication of ChatGPT, it’s now seen as an accessible Eldorado! As far as I’m concerned, AI remains a tool, and the most important thing is not to know whether it’s AI, but to understand its potential uses. What does AI allow […]

Test Smarter, Not Harder: Prioritize Regression Test Cases

Test Smarter, Prioritize

Hey there, if you are here is because you want to learn how to Test Smarter so let’s go!! Regression testing is a type of software testing that ensures that previously tested and working functionality continues to work after a change is made. The primary goal is to identify any new defects or unintended impacts […]

What is Regression Testing?

Regression testing

Regression testing is a vital software testing technique that helps ensure application quality and reliability during software development. It involves re-running functional and non-functional tests on an application after modifications to ensure that existing capabilities still work as expected and that new changes have not introduced defects. Though regression testing is repetitive, it provides significant […]

What Should We Test?

Visual of our blogpost : What should we test?

This seemingly elementary question is one of the most complex in the world of quality and testing… while being perhaps the most important because, need I remind you, exhaustive testing is impossible. As you will have recognized, we are talking here about test scope, an essential element of test plans and a topic that is […]

Regression Testing: Essential Areas to Focus on

regression test

Regression is a major topic in Agile testing. Its importance is major because in Agile we build our product in an iterative way, and it is essential to ensure that the addition of a feature has not negatively impacted the existing. To evaluate this impact, we have a tool: regression.This frequent regression is the source […]