MATLAB Test Manager
Description
Use the MATLAB Test Manager to manage tests and test results for projects. You can create and run tests and test suites, view results and failure diagnostics, collect coverage, and view coverage reports. View and verify linked requirements.
To add tests to the test manager:
Add a test file to the project. For more information, see Manage Project Files.
Add a
Test
label to the file. For more information, see Add Labels to Project Files.Add tests to the test file. For more information, see Ways to Write Unit Tests.
Open the MATLAB Test Manager App
Open a project, then use one of these approaches to open the app:
MATLAB® Toolstrip: In the Project tab, in the Tools menu, under Apps, click the MATLAB Test Manager.
MATLAB command prompt: Enter
matlabTestManager
.