Create and Run MATLAB Tests
Create and run tests and test suites interactively and programmatically
MATLAB® Test™ extends the capabilities of the MATLAB unit testing framework by allowing you to:
Create and run tests in projects by using the MATLAB Test Manager app.
Programmatically create and run test suites based on file dependencies and requirement links.
For more information, see Extend MATLAB Unit Testing Framework with MATLAB Test.
Apps
MATLAB Test Manager | Manage MATLAB tests and results for projects (Since R2023a) |
Classes
matlabtest.selectors.DependsOn | Select TestSuite array elements by source code
dependency (Since R2023a) |
Functions
matlab.unittest.TestSuite.fromRequirements | Create test suite from requirements (Since R2023a) |
Topics
- Run MATLAB Tests
Run MATLAB tests programmatically, or by using the MATLAB Editor, Test Browser, or MATLAB Test Manager.
- Manage Tests and Results by Using the MATLAB Test Manager
Manage tests and test results for projects by using the MATLAB Test Manager.