Software testing

testing
Last modified

March 25, 2025

When you’re writing software – especially for research – it’s important to make sure your programs work as expected. Testing is like a safety net: it helps you catch mistakes early and keeps your code reliable as you add new features or make changes. In research software, tests are even more crucial because they help ensure that your results are accurate and that others can reproduce your work. Beyond detecting bugs early, it is an investment in the quality and long-term maintainability of your codebase.

Approach to testing

A guide to help you get started with testing your software.

Test types

Different types of tests to ensure your software works as expected.

Additional concepts

More concepts to help you write better tests.

Python testing

Testing your Python code.

MATLAB testing

Testing your MATLAB code.

R testing

Testing your R code.