Test Automation Framework

SECTEUR CRITIQUE & DÉFENSE

Context

I joined a team developing a military acoustic monitoring system. The C++ code base was large, rapidly evolving and prone to regressions that were costly to diagnose.

The Challenge

Manual test cycles took several hours per run. Engineers had to follow complex test scripts by hand, introducing human error and making it impossible to run them frequently enough to detect regressions early in the development cycle.

The Solution

I designed and developed a test automation framework in Python from scratch that :

Impact

Technical stack

Python, VS Code