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 […]