Testing Frameworks

Test the functionality and performance of your MATLAB® code

Testing your code is an integral part of developing quality software. To guide software development and monitor for regressions in code functionality, you can write unit tests for your programs. To measure the time it takes for your code (or your tests) to run, you can write performance tests.